Changes between Version 8 and Version 9 of Help/Action/Select
- Timestamp:
- 2010-07-02T04:16:35+02:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Select
v8 v9 2 2 = Select, Move, and Rotate Objects = 3 3 4 [[Image(source:/trunk/images/mapmode/move/move.png)]] ''Keyboard shortcut:'' '''{{{S}}}''' 5 6 [[TOC(inline)]] 4 7 This tool has three possible modes 5 6 ''Keyboard shortcut:'' S7 8 8 9 == Select tool == … … 21 22 When the mouse button is released and one of the following keys is held: 22 23 23 * alt-key: select all objects that are touched by the selection rectangle. If thealt keyis 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). 24 25 25 * shift-key: the objects are added to the current selection. IfShift keyis 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. 26 27 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. 28 29 29 Altcan be combined withCtrl or Shift.30 {{{Alt}}} can be combined with {{{Ctrl}}} or {{{Shift}}}. 30 31 31 32 The 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 will33 be selected if there is any within 10 pixel range. If there is no Node within34 10 pixel, the nearest Way within 10 pixel range is selected. If there is noWay within 10 pixel33 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 35 36 and 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 appliesto37 If there is even no area, nothing is selected. {{{Shift}}} and {{{Ctrl}}} apply to 37 38 this as usual. 38 39 39 This tool has two different modes. Pressing shift-m toggles between the different modes. 40 This tool has two different modes. Pressing {{{Shift-M}}} toggles between the different modes. 41 42 {{{ 43 #!comment 44 FIXME: Is this still up to date ? 45 }}} 40 46 41 47 === Unselecting === 42 48 43 To unselect everything you can either click on an empty area of the screen, or press 'U'on the keyboard.49 To unselect everything you can either click on an empty area of the screen, or press {{{U}}} on the keyboard. 44 50 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 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}}}. 47 52 48 53 49 54 === selecting particular ways === 50 55 51 For help on selecting a certain way which shares common nodes with one or more other ways see [wiki:HowTo here]. 56 For help on selecting a certain way which shares common nodes with one or more other ways see [wiki:/HowTo here]. 52 57 53 58 == Move == … … 55 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. 56 61 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 keywhen releasing the left mouse button the moved node will be merged with the other node.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. 58 63 59 64 If the mouse cursor is near a way when performing the move action, then the way, together with its associated nodes, is moved. … … 61 66 == Rotate == 62 67 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.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. 64 69 65 70 ---- 66 Back to [wiki:Help Main Help] 71 Back to [wiki:/Help/EditToolbar Edit Toolbar][[BR]] 72 Back to [wiki:/Help Main Help]
