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


Ignore:
Timestamp:
2010-07-02T04:16:35+02:00 (16 years ago)
Author:
skyper
Comment:

small change

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Select

    v8 v9  
    22= Select, Move, and Rotate Objects =
    33
     4[[Image(source:/trunk/images/mapmode/move/move.png)]] ''Keyboard shortcut:'' '''{{{S}}}'''
     5
     6[[TOC(inline)]]
    47This tool has three possible modes
    5 
    6 ''Keyboard shortcut:'' S
    78
    89== Select tool ==
     
    2122When the mouse button is released and one of the following keys is held:
    2223
    23  * alt-key: select all objects that are touched by the selection rectangle. If the alt key is not held, select only those objects completly within (e.g. for ways mean: only if all nodes of the way are within).
     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).
    2425
    25  * shift-key: the objects are added to the current selection. If Shift key is not held, the current selection get replaced.
     26 * {{{Shift}}} : the objects are added to the current selection. If {{{Shift}}} is not held, the current selection get replaced.
    2627
    27  * ctrl-key: remove all 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.
    2829
    29 Alt can be combined with Ctrl or Shift.
     30{{{Alt}}} can be combined with {{{Ctrl}}} or {{{Shift}}}.
    3031
    3132The user can also only click on the map. All total movements of 2 or less
    32 pixel are considered "only click". If that happens, the nearest Node will
    33 be selected if there is any within 10 pixel range. If there is no Node within
    34 10 pixel, the nearest Way within 10 pixel range is selected. If there is no Way within 10 pixel
     33pixel are considered "only click". If that happens, the nearest node will
     34be selected if there is any within 10 pixel range. If there is no node within
     3510 pixel, the nearest way within 10 pixel range is selected. If there is no way within 10 pixel
    3536and the user clicked in or 10 pixel away from an area, this area is selected.
    36 If there is even no area, nothing is selected. Shift and Ctrl key applies to
     37If there is even no area, nothing is selected. {{{Shift}}} and {{{Ctrl}}} apply to
    3738this as usual.
    3839
    39 This tool has two different modes. Pressing shift-m toggles between the different modes.
     40This tool has two different modes. Pressing {{{Shift-M}}} toggles between the different modes.
     41
     42{{{
     43#!comment
     44FIXME: Is this still up to date ?
     45}}}
    4046
    4147=== Unselecting ===
    4248
    43 To unselect everything you can either click on an empty area of the screen, or press 'U' on the keyboard.
     49To unselect everything you can either click on an empty area of the screen, or press {{{U}}} on the keyboard.
    4450
    45 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 the CTRL key.
    46 
     51If 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}}}.
    4752
    4853
    4954=== selecting particular ways ===
    5055
    51 For help on selecting a certain way which shares common nodes with one or more other ways see [wiki:HowTo here].
     56For help on selecting a certain way which shares common nodes with one or more other ways see [wiki:/HowTo here].
    5257
    5358== Move ==
     
    5560Once 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.
    5661
    57 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 the CTRL key when releasing the left mouse button the moved node will be merged with the other node.
     62If 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.
    5863
    5964If the mouse cursor is near a way when performing the move action, then the way, together with its associated nodes, is moved.
     
    6166== Rotate ==
    6267
    63 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.
     68If 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.
    6469
    6570----
    66 Back to [wiki:Help Main Help]
     71Back to [wiki:/Help/EditToolbar Edit Toolbar][[BR]]
     72Back to [wiki:/Help Main Help]