1 | | [[TranslatedPages]] |
2 | | == JOSM Keyboard Shortcuts == |
3 | | |
4 | | The following shortcuts are the default setting. This list might be outdated. You can always look in the JOSM shortcut preferences to see all active shortcuts (except for the different mode modifiers). |
5 | | |
6 | | === modes === |
7 | | || S || Select objects |
8 | | || A ''or'' N || Add / Draw nodes and ways |
9 | | || D || Delete nodes or ways |
10 | | || X || Stretch a part of a way (create a building or something else) |
11 | | || Z || Zoom in by dragging |
12 | | === other shortcuts === |
13 | | || B || Distribute nodes |
14 | | || C || Combine Ways |
15 | | || G || Unglue ways |
16 | | || J || Join Node to Way |
17 | | || L || Align nodes into a straight line |
18 | | || M || Merge Nodes |
19 | | || O || Align nodes in circle |
20 | | || P || Split Way |
21 | | || Q || Orthogonalize Shape |
22 | | || R || Reverse Way |
23 | | || U || Unselect All |
24 | | || del || Delete object but don't change into delete mode |
25 | | || + || Zoom in |
26 | | || - || Zoom out |
27 | | || Ctrl-, || Zoom in |
28 | | || Ctrl-. || Zoom out |
29 | | || Shift-A || Cycle through the different Auto zoom modes |
30 | | || Shift-M || Mirror nodes |
31 | | || Shift-O || Create circle |
32 | | || Shift-Q || Undo Orthogonalization for certain nodes |
33 | | || 1 || Zoom to data |
34 | | || 2 || Zoom to layer |
35 | | || 3 || Zoom to selection |
36 | | || 4 || Zoom to conflict |
37 | | || 5 || Zoom to download |
38 | | || Ctrl-A || Select all |
39 | | || Ctrl-C || Copy Way/Node etc to buffer |
40 | | || Ctrl-X || Cut Way/Node etc to buffer |
41 | | || Ctrl-V || Paste from buffer |
42 | | || Ctrl-Shift-V || Paste only the tags |
43 | | || Ctrl-D || Duplicate |
44 | | || Ctrl-Shift-A || Unselect all |
45 | | || Esc || Unselect all |
46 | | || Ctrl-Shift-D || Download |
47 | | || Ctrl-Shift-Alt-D || Download incomplete ways |
48 | | || Ctrl-Shift-U || Upload |
49 | | || Ctrl-← || Move visible area |
50 | | || Ctrl-↑ || Move visible area |
51 | | || Ctrl-→ || Move visible area |
52 | | || Ctrl-↓ || Move visible area |
53 | | || Shift-← || Move object |
54 | | || Shift-↑ || Move object |
55 | | || Shift-→ || Move object |
56 | | || Shift-↓ || Move object |
57 | | || Ctrl-Z || Undo |
58 | | || Ctrl-Y || Redo |
59 | | || Ctrl-N || New file |
60 | | || Ctrl-O || Open file |
61 | | || Ctrl-S || Save file |
62 | | || Ctrl-Shift-S || Save as |
63 | | || Ctrl-E || Export to GPX |
64 | | || Ctrl-F || Search |
65 | | || Ctrl-Q || Exit Application |
66 | | || Ctrl-W || Toggle between wireframe and mappaint mode |
67 | | || F1 || Help |
68 | | || Shift-F1 || About screen (with JOSM version number) |
69 | | || Ctrl-F1 || Popup tooltip of current selected action |
70 | | || F12 || Preferences |
71 | | || Shift-Alt-A || Toggle display on / off of Authors dialog |
72 | | || Shift-Alt-C || Toggle display on / off of Conflict dialog |
73 | | || Shift-Alt-T || Toggle display on / off of Selection list dialog |
74 | | || Shift-Alt-H || Toggle display on / off of Display history dialog (history is not fully implemented yet) |
75 | | || Alt-B || Open dialog for setting a tag |
76 | | || Alt-L || Toggle display on / off of Layers dialog |
77 | | || Shift-Alt-R || Toggle display on / off of Relations dialog |
78 | | || Shift-Alt-O || Toggle display on / off of Command stack (the undo buffer)dialog |
79 | | || Shift-Alt-P || Toggle display on / off of Property for selected objects dialog |
80 | | || Shift-Alt-V || Toggle display on / off of validation dialog (requires plugin) |
81 | | === select mode === |
82 | | || Click || Selects one object. Click in an empty area and drag selects more objects. |
83 | | || Click || Clicking and dragging a red cross in the middle of a segment will insert a new node at the location of the cross. |
84 | | || Click-MiddleMouse || Cycle through the different objects under the mouse cursor (for duplicated nodes or ways sharing the same nodes). Holding "Ctrl" afterwards to directly select an object. |
85 | | || Shift-Click || Holding the "Shift" key when in ''select mode'' adds new element to existing selection. |
86 | | || Ctrl-Click || Holding the "Ctrl" key toggles element selection. |
87 | | || Ctrl-Shift-LeftMouse || Holding the "Shift" and "Ctrl" key allows ''rotating'' selected objects. |
88 | | || Ctrl-Alt-LeftMouse || Holding the "Ctrl" and "Akt" key allows ''scaling'' selected objects. |
89 | | || Alt-Click || Cycle through the different objects under the mouse cursor (without popup). |
90 | | === add mode === |
91 | | || Double Click || Ends the current way. |
92 | | || Shift-Click || Holding the "Shift" key turns off extending the selected way |
93 | | || Ctrl-Click || Holding the "Ctrl" key prevents snapping on existing ways and nodes. |
94 | | || Alt-Click || Holding the "Alt" key creates a separated though connected way (same you could do afterwards by selecting a node and press P). This mode is marked by a small bar at the previous node. |
95 | | === delete mode === |
96 | | || Shift-Click || Holding the "Shift" key and clicking on a way segment only deletes this way segment and not the whole way. |
97 | | || Ctrl-Click || Holding the "Ctrl" key deletes object and references (i.e. ways using this node). |
98 | | || Alt-Click || Holding the "Alt" key and clicking on a way only deletes the way without its nodes. |
99 | | === extrude mode (X) === |
100 | | || Ctrl-Click || Holding the "Ctrl" moves way segments along their perpendicular (orthogonal to the arrow direction of the way segement). |
101 | | |
102 | | === all modes === |
103 | | || Click-RightMouse || Click and drag to span. |
104 | | || Scroll-Wheel || Zoom in and out. |
105 | | |
106 | | Note: In [http://en.wikipedia.org/wiki/GNOME gnome] desktop environment "Alt"-Click is used for moving the window. The "AltGr" key can be used instead. |
107 | | |
| 1 | [[TranslatedPages(outdated=Please\, review the MacOS specific part about middle mouse click)]] |
| 2 | [[PageOutline(2-3,Table of Contents)]] |
| 3 | |
| 4 | = Keyboard Shortcuts = |
| 5 | |
| 6 | This page lists the default keyboard shortcuts of the JOSM core. |
| 7 | Some plugins may add own shortcuts or may override other shortcuts. |
| 8 | |
| 9 | All active shortcuts of your JOSM installation are listed in the [[JOSMImage(preferences/shortcuts,24,link=wikitr:/Help/Preferences/Shortcuts,bottom)]] [wikitr:/Help/Preferences/Shortcuts Keyboard Shortcuts register] of the Preferences dialog. |
| 10 | In that register you can set personal keyboard shortcuts of your choosing. |
| 11 | |
| 12 | **Every** button and menu item in JOSM may be assigned with a shortcut. |
| 13 | This includes menu items provided by [wikitr:/Plugins plugins], popular [wikitr:/Presets presets] and [wikitr:/Help/Action/Search#SavesearchqueryinMaintoolbar saved search queries]. |
| 14 | |
| 15 | Some Working modes offer modifier keys (`Shift`, `Ctrl` or `Alt`) to change the behavior of the next mouse click in the [wikitr:/Help/MapView Mapview]. |
| 16 | These modifiers are similar to shortcuts and some are listed below. |
| 17 | But they can not be changed in the Keyboard Shortcuts register. |
| 18 | |
| 19 | The JOSM Help pages note the keyboard shortcuts with their face on the keyboard. |
| 20 | For example `J` means the simple keystroke which usually gives a lower case letter "j". |
| 21 | An additional modifier key is noted in advance. |
| 22 | E.g. `Shift+J` means holding the `Shift` key and then stroking the `J` key. This would usually give the upper case letter "J". |
| 23 | |
| 24 | == Annotated diagram == |
| 25 | An annotated diagram of keyboard shortcuts is offered, see |
| 26 | [osmwww:user/baditaflorin/diary/37606 Announcement at user blogs] [https://www.dropbox.com/s/e2km6hi88ovtk76/300_dpi%20JOSM%20Keyboard%20Layout.png?dl=0 png version] with [https://www.dropbox.com/s/t53185ehsmzgdtb/JOSM%20Kayboard%20Layourt%20final%20cu%20tot%20cu%20text.svg?dl=0 svg source] |
| 27 | |
| 28 | == Working modes and dialogs == |
| 29 | ||= Main shortcut =||= Activation steps =||= Page =||= Multiple hotkeys? =|| |
| 30 | || `S` || || [wikitr:/Help/Action/Select Select objects] || yes, many || |
| 31 | || `S` || toggled by `S` || [wikitr:/Help/Action/LassoMode LassoMode] || 1 || |
| 32 | || `A` || || [wikitr:/Help/Action/Draw#StandardMode "Standard Mode", it will draw "connected" lines] || yes, 4 || |
| 33 | || `A` || + hold `Alt` || [wikitr:/Help/Action/Draw#Altmodifier it starts a new way, rather than continuing an existing way] || || |
| 34 | || `A` || + hold `Shift` || [wikitr:/Help/Action/Draw#Shiftmodifier it will create isolated nodes] || || |
| 35 | || `A` || + hold `Ctrl` || [wikitr:/Help/Action/Draw#Ctrlmodifier it will disable "snapping" to existing ways and nodes] || || |
| 36 | || `A` || toggled by `A` || [wikitr:/Help/Action/Draw#Anglesnapping It will enable "angle-snapping" mode] || || |
| 37 | || `W` || || [wikitr:/Help/Action/ImproveWayAccuracy Improve Way Accuracy] || yes, 4? || |
| 38 | || `Ctrl+Delete` || || [wikitr:/Help/Action/Delete#Deletingobjects Delete...] || yes, 3 || |
| 39 | || `Ctrl+Delete` || + hold `Alt` || [wikitr:/Help/Action/Delete#Altmodifier the way and its' associated unused nodes are deleted.] || || |
| 40 | || `Ctrl+Delete` || + hold `Shift` || [wikitr:/Help/Action/Delete#Shiftmodifier will remove segments under cursor and additionally split way in two] || || |
| 41 | || `Ctrl+Delete` || + hold `Ctrl` || [wikitr:/Help/Action/Delete#Ctrlmodifier the objects and all its references are deleted] || || |
| 42 | || `X` || || [wikitr:/Help/Action/Extrude Stretch a part of a way (create a building or something else)] || yes, 6 || |
| 43 | || `X` || toggled by `X` || [wikitr:/Help/Action/Extrude#Dualalignment "Dual aligment"] (this mode uses two reference segments (neigbors of the original segment) and moves the nodes each according to its own reference segment) || || |
| 44 | || `X` || + hold `Ctrl` while dragging a single node || [wikitr:/Help/Action/Extrude#Movenode will move node along one it's adjacent segments] || || |
| 45 | || `X` || and double click at way || [wikitr:/Help/Action/Extrude#Insertnode a double click at a way segment inserts a new node] || || |
| 46 | || `X` || + hold `Ctrl` || [wikitr:/Help/Action/Extrude#Ctrl move segment parallel to base segment] || || |
| 47 | || `X` || + hold `Shift` || [wikitr:/Help/Action/Extrude#Shift "Always create nodes"] || || |
| 48 | || `X` || + hold `Alt` || [wikitr:/Help/Action/Extrude#Alt "Don't alter original way, create new way instead"] || || |
| 49 | || `Alt+A` || then press `CTRL+SHIFT+1` ... `CTRL+SHIFT+5` || To insert one of latest ta gs from [wikitr:/Help/Dialog/AddValue#Addingseveraltags Add tag dialog] || yes, many || |
| 50 | || `Shift+F` || 4 [wikitr:/Help/Action/FastDrawingMode#Usagewithstreams steps] at very least || [wikitr:/Help/Action/FastDrawingMode Fast Drawing mode] || yes, 11 || |
| 51 | || `Escape` || || Close dialog without action (Cancel) || || |
| 52 | |
| 53 | == Tools == |
| 54 | ||= Main shortcut =||= Page =|| |
| 55 | || `F3` || [wikitr:/Help/Action/TaggingPresetSearch Search presets] || |
| 56 | || `Shift+D` || [wikitr:/Help/Action/AddNode Add a node by known coordinate] || |
| 57 | || `Ctrl+Shift+C` || Copy coordinates of selected node to buffer || |
| 58 | || `Ctrl+F` || [wikitr:/Help/Action/Search Search] || |
| 59 | || `Shift+F3` || Search objects by preset || |
| 60 | || `Shift+B` || [wikitr:/Help/Action/DistributeNodes Distribute nodes] || |
| 61 | || `Shift+J` || [wikitr:/Help/Action/JoinAreas Join overlapping Areas] || |
| 62 | || `Shift+I` || Add missing nodes at intersections of selected ways|| |
| 63 | || `B` || [wikitr:/Help/Action/DrawBuilding Draw a building], aligned to the first building || |
| 64 | || `Ctrl+Alt+B` || [wikitr:/Help/Action/BuildingSize Set buildings size] || |
| 65 | || `Shift+T` || [wikitr:/Help/Action/Terracer Terrace a building] || |
| 66 | || `Ctrl+Shift+Alt+V` || [wikitr:/Help/Action/ReverseTerrace Reverse a terrace] || |
| 67 | || `C` || [wikitr:/Help/Action/CombineWay Combine Ways] || |
| 68 | || `F` || [wikitr:/Help/Action/FollowLine Follow line] || |
| 69 | || `G` || [wikitr:/Help/Action/UnGlue Unglue ways] || |
| 70 | || `J` || [wikitr:/Help/Action/JoinNodeWay Join Node to Way] || |
| 71 | || `N` || [wikitr:/Help/Action/MoveNodeWay Move a node to the nearest way segment] || |
| 72 | || `L` || [wikitr:/Help/Action/AlignInLine Align nodes into a straight line] || |
| 73 | || `M` || [wikitr:/Help/Action/MergeNodes Merge Nodes] || |
| 74 | || `O` || [wikitr:/Help/Action/AlignInCircle Align nodes in circle] || |
| 75 | || `P` || [wikitr:/Help/Action/SplitWay Split Way] || |
| 76 | || `Q` || [wikitr:/Help/Action/OrthogonalizeShape Orthogonalize Shape] || |
| 77 | || `R` || [wikitr:/Help/Action/ReverseWays Reverse Way] || |
| 78 | || `Shift+Y` || [wikitr:/Help/Action/SimplifyWay Simplify Way] || |
| 79 | || `Del` || [wikitr:/Help/Action/EditDelete Delete object but don't change into delete mode] || |
| 80 | || `Ctrl+A` || [wikitr:/Help/Action/SelectAll Select all] || |
| 81 | || `Ctrl+B` || [wikitr:/Help/Action/CreateMultipolygon Create a multi-polygon] || |
| 82 | || `Ctrl+C` || [wikitr:/Help/Action/Copy Copy Way/Node etc to buffer] || |
| 83 | || `Ctrl+X` || Cut Way/Node etc to buffer |
| 84 | || `Ctrl+V` || [wikitr:/Help/Action/Paste Paste from buffer] || |
| 85 | || `Ctrl+Shift+V` || [wikitr:/Help/Action/PasteTags Paste only the tags] || |
| 86 | || `Ctrl+D` || [wikitr:/Help/Action/Duplicate Duplicate selected objects] || |
| 87 | || `Shift+M` || [wikitr:/Help/Action/Mirror Mirror selected nodes and ways] |
| 88 | || `Shift+O` || [wikitr:/Help/Action/CreateCircle Create circle] || |
| 89 | || `Shift+P` || [wikitr:/Help/Action/Parallel Create parallel line] || |
| 90 | || `Shift+Q` || [wikitr:/Help/Action/OrthogonalizeShape#Undomovesofselectednodes Undo Orthogonalization] for certain nodes |
| 91 | || `Escape` || [wikitr:/Help/Action/UnselectAll Unselect all] || |
| 92 | || `Shift+←` || [wikitr:/Help/Action/Select#Move Move objects] || |
| 93 | || `Shift+↑` || [wikitr:/Help/Action/Select#Move Move objects] || |
| 94 | || `Shift+→` || [wikitr:/Help/Action/Select#Move Move objects] || |
| 95 | || `Shift+↓` || [wikitr:/Help/Action/Select#Move Move objects] || |
| 96 | || `Shift+Ctrl` || [wikitr:/Help/Action/Select#Rotate Rotate] || |
| 97 | || `Ctrl+Alt` || [wikitr:/Help/Action/Select#Scale Scale] || |
| 98 | |
| 99 | == Objects == |
| 100 | ||= Main shortcut =||= Page =|| |
| 101 | || `Ctrl+Shift+P` || [wikitr:/Help/Action/Purge Remove selected objects from the layer] |
| 102 | || `Ctrl+Alt+U` || [wikitr:/Help/Action/UpdateSelection Reload the currently selected objects from the server] |
| 103 | || `Ctrl+Alt+D` || [wikitr:/Help/Action/DownloadParentWaysAndRelation Download parent ways and relations] |
| 104 | || `Ctrl+Alt+M` || [wikitr:/Help/Action/UpdateSelection Reload the modified objects in the current data layer from the server] |
| 105 | || `Ctrl+Alt+Shift+D` || Delete tags from selected elements |
| 106 | || `Alt+Shift+U` || [wikitr:/Help/Action/Undelete Undelete an OSM object] ("Undelete" plugin) |
| 107 | || `Shift+V` || [wikitr:/Help/Dialog/Validator Perform validation checks for current layer or selected objects] || |
| 108 | |
| 109 | == Objects history == |
| 110 | ||= Main shortcut =||= Page =|| |
| 111 | || `Ctrl+H` || Show history dialog || |
| 112 | || `Ctrl+Shift+H` || Show history at [osmwww: www.openstreetmap.org] || |
| 113 | || `Ctrl+I` || Advanced object info dialog || |
| 114 | || `Ctrl+Shift+I` || Advanced object info at [osmwww: www.openstreetmap.org] || |
| 115 | |
| 116 | == Changesets == |
| 117 | ||= Main shortcut =||= Page =|| |
| 118 | || `Ctrl+Alt+C` || [wikitr:/Help/Dialog/ChangesetManager Changeset manager] || |
| 119 | || `Ctrl+Alt+Q` || [wikitr:/Help/Action/CloseChangeset Close open changesets] || |
| 120 | |
| 121 | == Interface and appearance ==#interfaceandappearance |
| 122 | ||= Main shortcut =||= Page =|| |
| 123 | || `Tab` || [wikitr:/Help/Action/DialogsToggleAction Show/hide] Sidebar and Edit toolbar || |
| 124 | || `F11` || [wikitr:/Help/Action/FullscreenView Fullscreen mode] || |
| 125 | || `Ctrl+W` || [wikitr:/Help/Action/WireframeToggle Toggle between wireframe and mappaint mode] || |
| 126 | |
| 127 | == Layers == |
| 128 | ||= Main shortcut =||= Page =|| |
| 129 | || `Ctrl+Shift+M` || [wikitr:/Help/Action/MergeSelection Merge the currently selected objects onto another data layer] || |
| 130 | || `Ctrl+M` || [wikitr:/Help/Action/MergeLayer Merges the content of current active layer into another layer of the same kind] || |
| 131 | || `Ctrl+F4` || Delete layer || |
| 132 | || (absent) || [wikitr:/Help/Action/DuplicateLayer Duplicate selected OSM data layer] |
| 133 | |
| 134 | == Layer Visibility == |
| 135 | ||= Main shortcut =||= Page =|| |
| 136 | || `Shift+A` + press `1` || [wikitr:/Help/Dialog/LayerList#ActivateLayer Activate layer 1, counting from the top] || |
| 137 | || ... || ... || |
| 138 | || `Shift+A` + press `9` || [wikitr:/Help/Dialog/LayerList#ActivateLayer Activate layer 9, counting from the top] || |
| 139 | || `Shift+A` + press `0` || [wikitr:/Help/Dialog/LayerList#ActivateLayer Activate layer 10, counting from the top] || |
| 140 | || `Alt+1` || [wikitr:/Help/Dialog/LayerList#ActivateLayer Show/hide layer 1, counting from the _bottom_] || |
| 141 | || ... || ... || |
| 142 | || `Alt+9` || [wikitr:/Help/Dialog/LayerList#ActivateLayer Show/hide layer 9, counting from the _bottom_] || |
| 143 | || `Alt+0` || [wikitr:/Help/Dialog/LayerList#ActivateLayer Show/hide layer 10, counting from the _bottom_] || |
| 144 | |
| 145 | == Viewport == |
| 146 | ||= Main shortcut =||= Page =|| |
| 147 | || `+` || [wikitr:/Help/Action/ZoomIn Zoom in] || |
| 148 | || `-` || [wikitr:/Help/Action/ZoomOut Zoom out] || |
| 149 | || `Ctrl+,` || Zoom in |
| 150 | || `Ctrl+.` || Zoom out |
| 151 | || `Ctrl+←` || Scroll [wikitr:/Help/MapView viewport] || |
| 152 | || `Ctrl+↑` || Scroll [wikitr:/Help/MapView viewport] || |
| 153 | || `Ctrl+→` || Scroll [wikitr:/Help/MapView viewport] || |
| 154 | || `Ctrl+↓` || Scroll [wikitr:/Help/MapView viewport] || |
| 155 | || `1` || [wikitr:/Help/Action/ZoomToData Zoom to data] || |
| 156 | || `2` || [wikitr:/Help/Action/ZoomToLayer Zoom to layer] || |
| 157 | || `3` || [wikitr:/Help/Action/ZoomToSelection Zoom to selection] || |
| 158 | || `4` || [wikitr:/Help/Action/ZoomToConflict Zoom to conflict] || |
| 159 | || `5` || [wikitr:/Help/Action/ZoomToDownload Zoom to download] || |
| 160 | || `6` || [wikitr:/Help/Action/ZoomToProblem Zoom to problem] || |
| 161 | || `8` || [wikitr:/Help/Action/ZoomToPrevious Zoom to previous] || |
| 162 | || `9` || [wikitr:/Help/Action/ZoomToNext Zoom to next] || |
| 163 | || `Shift+A` || Cycle through the different Auto zoom modes |
| 164 | || `Ctrl+J` || [wikitr:/Help/Action/JumpToPosition Opens the Jump To Position dialog] || |
| 165 | || `Ctrl+Shift+F` || [wikitr:/Help/Action/ViewportFollowing Enable/Disable automatic centring of the map view to last placed node] || |
| 166 | |
| 167 | == Workflow == |
| 168 | ||= Main shortcut =||= Page =|| |
| 169 | || `Ctrl+Space` || [wikitr:/Help/Action/SearchMenuItems Autocomplete menu items] || |
| 170 | || `Ctrl+Shift+↓` || [wikitr:/Help/Action/Download Download] || |
| 171 | || `Ctrl+Shift+↑` || [wikitr:/Help/Action/Upload Upload] || |
| 172 | || `Ctrl+L` || [wikitr:/Help/Action/OpenLocation Open location] || |
| 173 | || `Ctrl+Shift+O` || [wikitr:/Help/Action/DownloadObject Download object] || |
| 174 | || `Ctrl+Alt+Shift+U` || [wikitr:/Help/Action/UploadSelection Upload Selection] || |
| 175 | || `Ctrl+U` || [wikitr:/Help/Action/UpdateData Update data] || |
| 176 | || `Ctrl+Z` || [wikitr:/Help/Action/Undo Undo] || |
| 177 | || `Ctrl+Y` || [wikitr:/Help/Action/Redo Redo] || |
| 178 | || `Ctrl+N` || [wikitr:/Help/Action/NewLayer New Layer] || |
| 179 | || `Ctrl+O` || [wikitr:/Help/Action/Open Open file] || |
| 180 | || `Ctrl+S` || [wikitr:/Help/Action/Save Save file] || |
| 181 | || `Ctrl+Shift+S` || [wikitr:/Help/Action/SaveAs Save as] || |
| 182 | || `Ctrl+E` || [wikitr:/Help/Action/GpxExport Export to GPX] |
| 183 | || `F1` || press anywhere to open [wikitr:/Help main Help page] || |
| 184 | || `F1` || press over element in question to open [DevelopersGuide/HelpSystem/HelpTopicsList context-sensitive Help page] || |
| 185 | || `Shift+F1` || [wikitr:/Help/Action/About About screen (with JOSM version number)] || |
| 186 | || `F12` || [wikitr:/Help/Action/Preferences Preferences] || |
| 187 | || `Ctrl+Alt+Shift+J` || [wikitr:/Help/Action/Restart Restart JOSM] || |
| 188 | || `Ctrl+Q` || [wikitr:/Help/Action/Exit Exit JOSM] || |
| 189 | |
| 190 | == Audio == |
| 191 | ||= Main shortcut =||= Page =|| |
| 192 | || `.` || [wikitr:/Help/Action/AudioPlayPause Play/pause] || |
| 193 | || `F8` || [wikitr:/Help/Action/AudioNext Next Marker] || |
| 194 | || `F5` || [wikitr:/Help/Action/AudioPrev Previous Marker] || |
| 195 | || `F7` || [wikitr:/Help/Action/AudioFwd Forward] || |
| 196 | || `F6` || [wikitr:/Help/Action/AudioBack Back] || |
| 197 | || `F9` || [wikitr:/Help/Action/AudioFaster Faster] || |
| 198 | || `F4` || [wikitr:/Help/Action/AudioSlower Slower] || |
| 199 | |
| 200 | == Windows == |
| 201 | ||= Main shortcut =||= Page =|| |
| 202 | || `Alt+Shift+L` || [wikitr:/Help/Dialog/LayerList Layer List panel] || List of all open layers. Note that it contains different [wikitr:/Help/Dialog/LayerList#Layertypes menus] for the different layer types. || |
| 203 | || `Alt+Shift+P` || [wikitr:/Help/Dialog/TagsMembership Tags/Membership panel] || Tags and memberships of selected objects. || |
| 204 | || `Alt+Shift+C` || [wikitr:/Help/Dialog/SelectionList Selection List] || Selection list panel. || |
| 205 | || `Alt+Shift+R` || [wikitr:/Help/Dialog/RelationList Relations List ] || List of all relations. || |
| 206 | || `Alt+Shift+O` || [wikitr:/Help/Dialog/CommandStack Command Stack panel] || List of all commands (undo buffer) || |
| 207 | || `Alt+Shift+A` || [wikitr:/Help/Dialog/UserList Authors panel] || List of Authors of selected objects || |
| 208 | || `Alt+Shift+C` || [wikitr:/Help/Dialog/ConflictList Conflict List ] || List of unsolved conflicts || |
| 209 | || `Alt+Shift+V` || [wikitr:/Help/Dialog/Validator Validator results] || Validator panel || |
| 210 | || `Alt+Shift+F` || [wikitr:/Help/Dialog/Filter Filters panel] || Filter objects and hide/disable them. || |
| 211 | || `Alt+Shift+M` || [wikitr:/Help/Dialog/MapPaint Map Style panel] || Configure the map painting style. || |
| 212 | || `Y` || [wikitr:/Help/Dialog/ImageViewer Geotagged Images panel] || ''(only if photos are loaded; defaults to open as unsticked window)'' || |
| 213 | |
| 214 | Was explained at [wikitr:/Help/ToggleDialogs Sidebar]. |
| 215 | |
| 216 | |
| 217 | == all modes == |
| 218 | || Click-RightMouse || Click and drag to move the map. |
| 219 | || Scroll-Wheel || Zoom in and out. |
| 220 | |
| 221 | |
| 222 | == Platform specific caveats == |
| 223 | === Middle mouse button === |
| 224 | ==== Mac OS ==== |
| 225 | |
| 226 | There's no button that works as a middle button like with UNIX. You can use the middle button with an [https://en.wikipedia.org/wiki/Apple_Mighty_Mouse Apple Mouse]. Connect Apple Mouse, Open System Preferences, click "Keyboard and Mouse" and configure the Ball button as "button 3". Then it can be used as the middle button. Note that you cannot configure other buttons as "button 3" with the Apple Driver. Maybe you can find a more useful mouse driver for this purpose. |
| 227 | |
| 228 | An alternative is to run the open-source the `MiddleClick` program from https://github.com/artginzburg/MiddleClick-Ventura/releases. It allows you to emulate a middle button with a three (or more) finger click on the trackpad. |
| 229 | |
| 230 | === Alt key ===#Altkey |
| 231 | ==== Alt key is used by Compiz to move windows on Ubuntu ==== |
| 232 | |
| 233 | It's likely the `Alt` key combination is caught before it is passed to JOSM. |
| 234 | |
| 235 | Steps below tested with Ubuntu 16.04 LTS: |
| 236 | * https://askubuntu.com/questions/224342/change-window-managers-altdrag |
| 237 | |
| 238 | {{{ |
| 239 | #!html |
| 240 | <!--- |
| 241 | It this true? |
| 242 | To fix this issue, start the gconf-editor (it's a GUI app but not present in Ubuntu's default menus) and go to Apps → Metacity → General. Change the setting "mouse_button_modifier" to something else. |
| 243 | --> |
| 244 | }}} |
| 245 | |
| 246 | ==== GNOME DE ==== |
| 247 | In [https://en.wikipedia.org/wiki/GNOME gnome] desktop environment `Alt`-Click is used for moving the window. The `AltGr` key can be used instead; note that on some keyboards the `AltGr` key is simply the right-hand `Alt` key. |
| 248 | |
| 249 | ==== GNOME or MATE ==== |
| 250 | Linux may use the left-`Alt` key as a mouse modifier, which will annoyingly compel [wikitr:/Help/Action/ImproveWayAccuracy Improve Way Accuracy] mode to use right-`Alt` to delete nodes. [https://askubuntu.com/questions/118151/how-do-i-disable-window-move-with-alt-left-mouse-button-in-gnome-shell Here is an article] explaining how to reassign that `Alt` key in Gnome (or MATE), freeing it up for IWAM application usage. <Super> is "Windows key". \\ |
| 251 | `Alt+F2` → dconf-editor. \\ |
| 252 | Click through org → gnome → desktop → wm → preferences → mouse-button-modifier → Set it to whichever key you like. e.g. `<Super>` or `<Control><Alt>` or `<Alt><Super>` |
| 253 | |
| 254 | ==== KDE ==== |
| 255 | In some Linux desktop environment (e.g. KDE) the `Alt`-click event is captured to perform actions like dragging the window across the screen. To reclaim this combination to JOSM you have to open the Control Center, click on Desktop, Window Behavior, Actions and change the modifier key to something different than **`Alt`**. |