Shortcut Keys

From ADempiere
Revision as of 15:20, 7 August 2010 by MJMcKay (Talk) (Add a list of th eshortcut keys.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Table of Contents{{#if: Finding Your Way Around| | Finding Your Way Around }}{{#if: | | [[{{{3}}}]] }}{{#if: | | [[{{{4}}}]] }}{{#if: | | [[{{{5}}}]] }} | Shortcut Keys{{#if: Functionality| | Functionality }} ⇒

 

The following shortcut keys can be used to speed your work with the software. Print this page and keep it handy beside the terminal until you have the shortcuts memorized.

 

Icon Menu Short Cut Key Description
File
Icon PrintScreen24.png Print Screen <Print Screen> Prints the current computer screen to the default printer.
Icon ScreenShot24.png Screen Shot <Shift><Print Screen> Copy the current window to the clipboard.
Report24.png Report <F11> Previews a report based on the current record. See Report for more information.
Icon Print24.png Print <F12> Prints a predefined report based on the current record. See Printing and Print Formats for more information.
Icon PrintPreview24.png Print Preview <Alt><Shift>

Displays a preview of a predefined report based on the current record. See Printing and Print Formats for more information.
Icon End24.png eXit Window <Alt><X> Close the current window. In the main application window, this will close the application.
Logout24.png Log Out <Alt><Shift><L> Log out of the application and open the log-in screen
Icon Exit24.png Exit Application <Alt><Shift><X> Exit the application entirely.
Edit
New24.png New Record <F2> Creates a new record. Required fields will have red backgrounds which turn to blue once they are filled.
Icon Save24.png Save changes <F4> Saves any changes to the current record.
Copy24.png Copy Record <Shift><F2> Creates a copy of the current record. Only the record is copied, not the lower level tabs.
Icon Delete24.png Delete Record <F3> Deletes the current record.
Icon DeleteSelection24.gif Delete Selected Records <Ctrl><D> Opens a dialog where a subset of the records can be selected for deletion.
Icon Undo24.png Undo Changes <Escape> Reverts the changes made and returns the record to the state after the last save.
Icon Refresh24.png Requery <F5> Requeries the data according to the current search criteria. Useful if changes have been made in other windows.
Icon Find24.png Lookup Record <F6> Opens the Lookup dialog where search criteria can be defined.
View
Icon InfoProduct24.png Product Info <Alt> Opens the Product Info window which displays availability and pricing for products. The menu item will appear if the Role permits access to this information.
Icon InfoBPartner24.png Business Partner Info <Alt><Shift><I> Opens the Business Partner Info dialog which displays key information about business partners. The menu item will appear if the Role permits access to this information.
Icon InfoAccount24.png Account Info <Ctrl><Alt><I> Opens the Account Info dialog which displays detailed information about account transactions. The menu item will appear if the Role permits access to this information.
Icon Attachment24.png Attachment <F7> Opens the Attachment dialog where notes and files can be "attached" to a record. When attachments are present, the icon changes to Icon AttachmentX24.png.
Icon History24.png History Records <F9> Opens the History dialog where the change record is displayed. Only applies to records where history tracking is enabled.
Icon Multi24.png Icon MultiX24.png Grid Toggle <F8> Toggles the display from a single record form to a spreadsheet view and back.
Go
Icon First24.png First record <Alt><Page Up> Move to the first record.
Icon Previous24.png Previous record <Alt><Up> Move to the previous record.
Icon Next24.png Next record <Alt><Down> Move to the next record.
Icon Last24.png Last record <Alt><Page Down> Move to the Last record.
Icon Parent24.png Parent tab <Alt><Left> Move to the previous tab.
Icon Detail24.png Detail tab <Alt><Left> Move to the next tab.
Window
Show all Windows <Ctrl><W> Displays all widows as miniature panels. Click on the desired window to bring it to the top of the desktop.
Help
Icon Help24.png Help <F1> Opens a help dialog that displays contextual help for the current window.


For Developers

The software that determines the shortcut keys can be found in:

  • client/src
    • org.compiere.apps.AMenu.java
    • org.compiere.apps.APanel.java