Changes between Version 87 and Version 88 of Help/Action/Select
- Timestamp:
- 2018-02-22T17:10:31+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Select
v87 v88 1 1 [[TranslatedPages]] 2 2 3 [[PageOutline( 1-6,Table of Contents)]]3 [[PageOutline(2-3,Table of Contents)]] 4 4 5 = Select ion mode, Move and Rotate Objects =5 = Select, Move, Scale and Rotate Objects = 6 6 7 [[Image(source:trunk/images/mapmode/move/move.png,middle)]] ''Keyboard shortcut:'' **{{{S}}}** ; press {{{S}}} to toggle between this mode and[[Image(source:trunk/images/mapmode/rope.png,20,middle)]] [wiki:Help/Action/LassoModelasso mode]— is one of the [wiki:Help/EditToolbar working modes]7 [[Image(source:trunk/images/mapmode/move/move.png,nolink,middle)]] ''Keyboard shortcut:'' **{{{S}}}** (Press `S` twice for [[Image(source:trunk/images/mapmode/rope.png,20,nolink,middle)]] [wiki:Help/Action/LassoMode Lasso selection mode]) — is one of the [wiki:Help/EditToolbar working modes] 8 8 9 == Select ionmode == #Selecttool9 == Select mode == #Selecttool 10 10 11 This mode enables the user to make selections of different[Concepts/Object objects].11 This mode is to change the selection of [Concepts/Object objects] on the map. 12 12 13 13 The selected objects are drawn in a different style (red colour by default); depending on [Help/Preferences/Display display preferences] and the [Help/Dialog/MapPaint active styles]. … … 26 26 More precisely, ''previously selected object(s)'' will be '''replaced''' with new object and displayed [Help/Dialog/SelectionList in Selection window]. 27 27 28 ==== Deselecting an object(s)====28 ==== Unselecting an object ==== 29 29 30 30 Cursor: with node [[Image(source:trunk/images/cursor/modifier/select_node_remove.png,24,nolink,middle)]]; with way [[Image(source:trunk/images/cursor/modifier/select_way_remove.png,24,nolink,middle)]] 31 31 32 Activation steps: hold {{{ Alt}}} when using {{{Left mouse button}}}32 Activation steps: hold {{{Ctrl}}} when using {{{Left mouse button}}}[[BR(Formerly the Alt key was described as activator. That came in with version 37)]] 33 33 34 34 Action: a way or node will be removed from the ''currently selected objects'' … … 51 51 Action: it will show a pop-up window of nearby objects and to cycle through them. To make this type of selection the default, and thus not require the use of the **{{{Alt}}}** key, change the [Help/Preferences/Advanced advanced preference] {{{selectaction.cycles.multiple.matches}}} to true. Holding {{{Ctrl}}} afterwards to directly select an object. 52 52 53 TODO: add good pictures 54 55 ==== Double mouse click is used to select first object that surrounds a cursor ==== 53 ==== Double click selects surrounding ==== 56 54 57 55 Cursor: none … … 112 110 Actions: remove all [Concepts/Object objects] in current rectangle from selected objects (if there were any); nothing is added to the current selection. 113 111 114 == Move objects==112 == Move == 115 113 116 You can move selected [[Image(source:trunk/images/data/node.png,middle)]] [Concepts/Object#Nodes nodes] and [[Image(source:trunk/images/data/way.png,middle)]] [Concepts/Object#Ways ways] in the main window, by moving the mouse cursor close to one of the selected objects and then left clicking while dragging the mouse. 117 * If the mouse cursor is **near a node** when performing the move action, then **just this node** is moved. 118 * If you move a node very close to another node and hold **{{{Ctrl}}}** when releasing the left mouse button the moved **node** will be merged with the other **node**. 119 * If the mouse cursor is **near a way** when performing the move action, then **this way**, together with its associated **nodes**, is moved. 114 You can move the whole selection by moving the pointer close to a selected object, click and drag the pointer. 120 115 121 Moving objectsis also possible with **{{{shift +arrow keys}}}**.116 Moving is also possible with **`Shift + Arrow keys`**. 122 117 123 *[[Image(source:trunk/images/mapmode/improvewayaccuracy.png,16,,middle)]] [Action/ImproveWayAccuracy Improve Way Accuracy] - over time many mappers switch to this tools instead of manually selecting-and-moving each node118 [[Image(source:trunk/images/mapmode/improvewayaccuracy.png,16,nolink,middle)]] [Action/ImproveWayAccuracy Improve Way Accuracy] - over time many mappers switch to this tools instead of manually selecting-and-moving each node 124 119 125 === Move multiple objects at once message ===120 === Drag a Midpoint creates New Node == 126 121 127 You may be asked if it a was mistake. To enable/disable this message use: 122 Activation steps: ''clicking and dragging'' a yellow cross in the middle of a segment; at any point in time, there N mid points to drag where N is number of segments. 128 123 129 {{{message.movedManyElements}}} in [Help/Preferences/Advanced Advanced Preferences]. Set to {{{true}}} if you want to be asked every time. 124 Action: will insert a new node at the location of the cross 130 125 131 126 == Merge nodes == … … 133 128 Cursor: [[Image(source:trunk/images/cursor/modifier/joinnode.png,24,nolink,middle)]] 134 129 135 Activation steps: hold down {{{Ctrl}}} and drag one selected node onto theunselected one130 Activation steps: hold down {{{Ctrl}}} and drag one selected node onto an unselected one 136 131 137 132 Action: merge selected nodes with another; internally it will simply use [Help/Action/MergeNodes Merge tool] - please read more details here. 138 133 139 == Click and drag on segment midpoint will create a new node == 140 141 Cursor: fixme 142 143 Activation steps: ''clicking and dragging'' a yellow cross in the middle of a segment; at any point in time, there N mid points to drag where N is number of segments. 144 145 Action: will insert a new node at the location of the cross 146 147 On illustration below shown twice: you cannot create node ''simply by clicking a midpoint'' (second segment from the left in this case) as it will select whole way (red glow); instead, you should ''click and drag'' midpoint. 148 149 [[Image(ex-move-segment-node-1.gif,nolink)]] 150 151 == Rotate objects == 134 == Rotate ==#Rotate 152 135 153 136 Cursor: [[Image(source:trunk/images/cursor/rotate.png,24,nolink,middle)]] … … 159 142 Rotation at defined angles is possible via the [osmwiki:JOSM/Plugins/ShapeTools ShapeTools Plugin]. 160 143 161 == Scale objects ==144 == Scale ==#Scale 162 145 163 146 Cursor: [[Image(source:trunk/images/cursor/scale.png,24,nolink,middle)]] … … 175 158 == See also == 176 159 * [[Shortcuts#Altkey]] - if {{{Alt}}} doesn't work 177 * [wiki:/Help#Selection "Selection" section at main page] - some popular selection tools178 160 * [Action/UnselectAll Unselect all] {{{Escape}}} 179 161 * [wiki:Help/Plugin/UtilsPlugin2 UtilsPlugin2] contains additional selection functionality
