6 | | * [[Image(source:/trunk/images/open.png)]] [wiki:Help/Action/Open Open] |
7 | | * [[Image(source:/trunk/images/save.png)]] [wiki:Help/Action/Save Save] |
8 | | * [[Image(source:/trunk/images/download.png)]] [wiki:Help/Action/Download Download from OSM ...] |
9 | | * [[Image(source:/trunk/images/upload.png)]] [wiki:Help/Action/Upload Upload to OSM] |
10 | | * [[Image(source:/trunk/images/undo.svg,24)]] [wiki:Help/Action/Undo Undo] |
11 | | * [[Image(source:/trunk/images/redo.svg,24)]] [wiki:Help/Action/Redo Redo] |
12 | | * [[Image(source:/trunk/images/dialogs/search.png)]] [wiki:Help/Action/Search Search for objects] |
13 | | * [[Image(source:/trunk/images/preference.png)]] [wiki:Help/Action/Preferences Preferences] |
| 8 | * [[JOSMImage(open)]] [wikitr:/Help/Action/Open Open] |
| 9 | * [[JOSMImage(save)]] [wikitr:/Help/Action/Save Save] |
| 10 | * [[JOSMImage(download)]] [wikitr:/Help/Action/Download Download data...] |
| 11 | * [[JOSMImage(upload)]] [wikitr:/Help/Action/Upload Upload data...] |
| 12 | * [[JOSMImage(undo,24,link=,middle)]] [wikitr:/Help/Action/Undo Undo] |
| 13 | * [[JOSMImage(redo,24,link=,middle)]] [wikitr:/Help/Action/Redo Redo] |
| 14 | * [[JOSMImage(dialogs/search)]] [wikitr:/Help/Action/Search Search for objects] |
| 15 | * [[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences Preferences] |
| 16 | |
15 | | == Every button or menu item can be placed here == |
| 18 | == Context menu == |
| 19 | [[Image(main_toolbar_context_menu.png,link=,right,margin-left=20)]] |
| 20 | A right click on the main toolbar offers a context menu with following items: |
| 21 | * **''Remove from toolbar''** - removes the button from the toolbar ''(only available if clicked on a button)'' |
| 22 | * [wikitr:/Help/Preferences/Toolbar Configure toolbar] - to open toolbar preferences for customization |
| 23 | * [wikitr:/Help/Preferences/Shortcuts Edit shortcut] - to open keyboard shortcuts preferences ''(only available if clicked on a button)'' |
| 24 | * A check box **''Do not hide toolbar and menu''** - If checked, the keystroke `TAB` will not toggle the main toolbar and main menu. |
23 | | === Save and load buttons === |
| 40 | {{{#!comment |
| 41 | Does the search button explanation not belong to customization under Help/Preferences/Toolbar or even Help/Action/Search ? |
| 42 | }}} |
| 43 | === Saved search button === |
| 44 | The [[JOSMImage(dialogs/search)]] search button is a special button. It is customizable so you can set the tooltip, the icon and the search expression yourself. Each time you press the button, the specified search expression will be executed. Examples: |
| 45 | * If you set `amenity=bench` as ''search expression'' all objects with the tag `amenity=bench` will be selected. |
| 46 | * If you set `-selected` as ''search expression'', the selection will invert each time you press the button. |
| 47 | * More examples see [wikitr:/Help/Action/Search search] |
27 | | === Saved search button === |
28 | | The Search button is a special button. It is customizable so you can set the tooltip, the icon and the search expression yourself. Each time you press the button, the specified search expression will be executed. Examples: |
29 | | * If you set `amenity=bench` as searchExpression all objects with the tag `amenity=bench` will be selected. |
30 | | * If you set `-selected` as searchExpression, the selection will invert each time you press the button. |
31 | | * More examples see [wiki:Help/Action/Search Search] |
32 | | |
33 | | You can create such a button also from within the [wiki:Help/Action/Search Search window]. |
| 51 | == See also == |
| 52 | * [wikitr:/Help/EditToolbar Edit toolbar] |