| 24 | | * {{{Alt}}} : select all objects that are touched by the selection rectangle. If the {{{Alt}}} is not held, select only those objects completly within (e.g. for ways mean: only if all nodes of the way are within). |
| | 25 | * **{{{Alt}}}** : select all [Concepts/Object objects] that are touched by the selection rectangle. |
| | 26 | * If the **{{{Alt}}}** is not held, select only those [Concepts/Object objects] completly within (e.g. for [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways ways] this means: only if all [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes nodes] of the [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] are within). |
| | 27 | * **{{{Shift}}}** : the [Concepts/Object objects] are added to the current selection. |
| | 28 | * If **{{{Shift}}}** is not held, the current selection get replaced. |
| | 29 | * **{{{Ctrl}}}** : remove all [Concepts/Object objects] under the current rectangle from the active selection (if there were any). Nothing is added to the current selection. |
| 28 | | * {{{Ctrl}}} : remove all objects under the current rectangle from the active selection (if there were any). Nothing is added to the current selection. |
| 29 | | |
| 30 | | {{{Alt}}} can be combined with {{{Ctrl}}} or {{{Shift}}}. |
| 31 | | |
| 32 | | The user can also only click on the map. All total movements of 2 or less |
| 33 | | pixel are considered "only click". If that happens, the nearest node will |
| 34 | | be selected if there is any within 10 pixel range. If there is no node within |
| 35 | | 10 pixel, the nearest way within 10 pixel range is selected. If there is no way within 10 pixel |
| 36 | | and the user clicked in or 10 pixel away from an area, this area is selected. |
| 37 | | If there is even no area, nothing is selected. {{{Shift}}} and {{{Ctrl}}} apply to |
| 38 | | this as usual. |
| | 33 | The user can also only click on the map. All total movements of 2 or less pixel are considered "only click". If that happens, the nearest [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node] will be selected if there is any within 10 pixel range. If there is no [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node] within 10 pixel, the nearest [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] within 10 pixel range is selected. If there is no [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] within 10 pixel and the user clicked in or 10 pixel away from an [[Image(source:trunk/images/data/closedway.png)]] [Concepts/Object#ClosedWays area], this [[Image(source:trunk/images/data/closedway.png)]] [Concepts/Object#ClosedWays area] is selected. If there is even no [[Image(source:trunk/images/data/closedway.png)]] [Concepts/Object#ClosedWays area], nothing is selected. {{{Shift}}} and {{{Ctrl}}} apply to this as usual. |
| 60 | | Once the move tool is selected you can move items in the main window, by moving the mouse cursor close to the item, then left clicking while dragging the mouse. |
| 61 | | |
| 62 | | If the mouse cursor is near a node when performing the move action, the just one node is moved. 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. |
| 63 | | |
| 64 | | If the mouse cursor is near a way when performing the move action, then the way, together with its associated nodes, is moved. |
| | 55 | You can move selected [Concepts/Object objects] in the main window, by moving the mouse cursor close to one of the selected [Concepts/Object objects] and then left clicking while dragging the mouse. |
| | 56 | * If the mouse cursor is near a [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node] when performing the move action, then just this [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node] is moved. |
| | 57 | * If you move a [Concepts/Object#Nodes node] very close to another node and hold **{{{Ctrl}}}** when releasing the left mouse button the moved [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node] will be merged with the other [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes node]. |
| | 58 | * If the mouse cursor is near a [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] when performing the move action, then the [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way], together with its associated [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes nodes], is moved. |