Changes between Version 9 and Version 10 of Help/Action/Select


Ignore:
Timestamp:
2011-07-21T02:35:22+02:00 (15 years ago)
Author:
skyper
Comment:

improved layout

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Select

    v9 v10  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated=This page may contain outdated information. Not sure about the last sentence of "Select tool" paragraph !)]]
    22= Select, Move, and Rotate Objects =
    33
    4 [[Image(source:/trunk/images/mapmode/move/move.png)]] ''Keyboard shortcut:'' '''{{{S}}}'''
     4[[Image(source:trunk/images/mapmode/move/move.png)]] ''Keyboard shortcut:'' '''{{{S}}}'''
     5
     6**This tool has three possible modes: **
    57
    68[[TOC(inline)]]
    7 This tool has three possible modes
    89
    910== Select tool ==
    1011
    11 This MapMode enables the user to easy make a selection of different objects.
     12This MapMode enables the user to easy make a selection of different [Concepts/Object objects].
    1213
    13 The selected objects are drawn in a different style.
     14The selected [Concepts/Object objects] are drawn in a different style.
    1415
    1516Holding and dragging the left mouse button draws a selection rectangle.
    16 When the left mouse button is released, all objects within the rectangle get
     17When the left mouse button is released, all [Concepts/Object objects] within the rectangle get
    1718selected.
    1819
     
    2021nothing happens (the selection rectangle will be cleared, however).
    2122
    22 When the mouse button is released and one of the following keys is held:
     23When the mouse button is released and either **{{{Alt}}}**, **{{{Shift}}}** or **{{{Ctrl}}}** is held, following selection is made:
    2324
    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.
    2530
    26  * {{{Shift}}} : the objects are added to the current selection. If {{{Shift}}} is not held, the current selection get replaced.
     31**{{{Alt}}}** can be combined with **{{{Ctrl}}}** or **{{{Shift}}}**.
    2732
    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.
     33The 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.
    3934
    4035This tool has two different modes. Pressing {{{Shift-M}}} toggles between the different modes.
     
    4742=== Unselecting ===
    4843
    49 To unselect everything you can either click on an empty area of the screen, or press {{{U}}} on the keyboard.
     44To unselect everything you can either click on an empty area of the screen, or press **{{{U}}}** or **{{{Esc}}}** on the keyboard.
    5045
    51 If you have more than one item selected, and just want to deselect one particular item, them click it with the 'Setect tool' while holding down {{{Ctrl}}}.
     46If you have more than one [Concepts/Object object] selected, and just want to deselect one particular [Concepts/Object object], them click it with the 'Setect tool' while holding down **{{{Ctrl}}}**.
    5247
    5348
    5449=== selecting particular ways ===
    5550
    56 For help on selecting a certain way which shares common nodes with one or more other ways see [wiki:/HowTo here].
     51For help on selecting a certain [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] which shares common nodes with one or more other [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways ways] see [wiki:/HowTo here].
    5752
    5853== Move ==
    5954
    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.
     55You 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.
    6559
    6660== Rotate ==
    6761
    68 If a way is selected  and whilst the cursor is near that way you hold down the {{{Shift-Ctrl}}} + left mouse button and move the cursor you can rotate the way.
     62If a [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] is selected  and whilst the cursor is near that [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] you hold down the **{{{Shift+Ctrl}}}** + left mouse button and move the cursor you can rotate the [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way].
    6963
    7064----
    71 Back to [wiki:/Help/EditToolbar Edit Toolbar][[BR]]
     65Back to [EditToolbar Edit Toolbar][[BR]]
    7266Back to [wiki:/Help Main Help]