Changes between Version 47 and Version 48 of Help/Action/Select
- Timestamp:
- 2016-04-27T17:42:06+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Select
v47 v48 1 1 [[TranslatedPages]] 2 3 [[PageOutline(1-6,Table of Contents)]] 2 4 3 5 = Selection mode, Move and Rotate Objects = … … 7 9 **This mode has four possible uses** 8 10 9 [[PageOutline(2-3,Table of Contents)]] 11 == Selection mode == #Selecttool 10 12 11 == Selection mode == #Selecttool 13 This mode enables the user to make selections of different [Concepts/Object objects]. 14 15 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]. 16 17 The cursor icon will also change depending on the selection mode. 18 12 19 13 20 === Hotkeys === 14 21 || Click || Clicking and dragging a red cross in the middle of a segment will insert a new node at the location of the cross. 15 || Click-MiddleMouse || Cycle through the different objects under the mouse cursor (for duplicated nodes or ways sharing the same nodes). Holding "Ctrl" afterwards to directly select an object.16 22 || Shift-Click || Holding the "Shift" key when in ''select mode'' adds new element to existing selection. 17 23 || Ctrl-Click || Holding the "Ctrl" key toggles element selection. 18 || Ctrl-Area || Using area selection with "Ctrl" removes elements in area from selection.19 20 This MapMode enables the user to make selections of different [Concepts/Object objects]. The selected objects are drawn in a different style, depending on [Help/Preferences/Display display preferences] and the [Help/Dialog/MapPaint active styles]. The cursor icon will also change depending on the selection mode.21 24 22 25 === Selecting single objects === … … 29 32 Action: Select a node or way under mouse cursor. 30 33 31 * Selected object will glow with different colour (red) 32 * ''Previously selected objects'' will be '''replaced with new object''' and displayed [Help/Dialog/SelectionList in Selection List Dialog] 34 More precisely, ''previously selected object(s)'' will be '''replaced''' with new object and displayed [Help/Dialog/SelectionList in Selection List Dialog]. 35 36 ==== To empty current selection ==== 37 38 * {{{Left mouse click}}} on empty space in viewport (main editing window) 39 * {{{Espace}}} tool 33 40 34 41 ==== Selecting particular ways ==== 35 42 36 This is useful when: 37 38 * certain way which **shares common nodes** with one or more other ways 39 * multiple objects overlap 40 * multiple objects very close to each other 43 Cursor: none 41 44 42 45 Activation steps: … … 44 47 * {{{Left mouse click}}} while holding the {{{Alt}}} (or {{{AltGr}}}) key to cycle through nearby objects '''without showing a pop-up window''' 45 48 46 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. 49 This is useful when: 50 51 * certain way which **shares common nodes** with one or more other ways 52 * multiple '''objects overlap''' 53 * multiple '''objects very close to each other''' 54 55 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. 47 56 48 57 ==== Double mouse click to select object around cursor ==== 49 58 50 {{{Double left mouse click}}} to select the surrounding object ([Help/Concepts/Object#Relations closed way] or [Help/Concepts/Object#Relations multipolygon]). 59 Cursor: none 51 60 52 === Selecting multiple objects using selection rectangle === 61 Activation steps: {{{Double mouse click}}} 53 62 54 **Hold and drag the left mouse button** to draw aselection rectangle [[Image(source:trunk/images/cursor/modifier/selection.png)]].63 Action: select the surrounding object ([Help/Concepts/Object#Relations closed way] or [Help/Concepts/Object#Relations multipolygon]). 55 64 56 * **Release** the left mouse button to select all [Concepts/Object objects] within the rectangle. All nodes within the rectangle and any ways which are entirely within the rectangle will be selected. 57 * To cancel the selection rectangle, **hold the right mouse button** when releasing the left mouse button. 65 === Selection rectangle === 66 ==== Selecting multiple objects using selection rectangle ==== 67 68 Cursor: [[Image(source:trunk/images/cursor/modifier/selection.png,24,nolink)]] 69 70 Activation steps: hold and drag the {{{Left mouse button}}} around objects 71 72 Actions: 73 * Release the {{{Left mouse button}}} - to select all [Concepts/Object objects] within the rectangle, more precisely: 74 * - all nodes within the rectangle and 75 * - any ways which are '''entirely within the rectangle''' will be selected 76 * - ''previously selected objects'' will be '''replaced with new object(s)''' and displayed [Help/Dialog/SelectionList in Selection List Dialog] 77 * Hold the {{{Right mouse button}}} when releasing the left mouse button - cancel the selection rectangle 58 78 59 79 ==== Modifiers ==== 60 When the mouse button is released and either **{{{Alt}}}**, **{{{Shift}}}** or **{{{Ctrl}}}** is held, following selection is made:80 When the mouse button is released and either **{{{Alt}}}**, **{{{Shift}}}** or **{{{Ctrl}}}** is held, action will change to: 61 81 62 * **{{{Alt}}}** : in addition to the normal behavior, select all ways that have at least one node within selection rectangle. 63 * **{{{Shift}}}** [[Image(source:trunk/images/cursor/modifier/select_add.png)]]: the [Concepts/Object objects] are added to the current selection. 64 * **{{{Ctrl}}}** [[Image(source:trunk/images/cursor/modifier/select_remove.png)]]: remove all [Concepts/Object objects] under the current rectangle from the active selection (if there were any). Nothing is added to the current selection. 82 * {{{Alt}}} can be combined with {{{Shift}}} 83 * {{{Alt}}} can't be combined with {{{Ctrl}}} - as this is used for the **[#Scale scale]** command 65 84 66 **{{{Alt}}}** can be combined with **{{{Shift}}}**, but cannot be combined with **{{{Ctrl}}}**, as this is used for the **[#Scale scale]** command. 85 ====== Alt modifier ====== 67 86 68 === Unselecting === 69 To unselect everything you can either click on an empty area of the screen, or press **{{{Esc}}}** on the keyboard. 87 Cursor: none 70 88 71 If you have more than one [Concepts/Object object] selected, and just want to unselect one particular **object**, then click it with the 'Select tool' while holding down **{{{Ctrl}}}** [[Image(source:trunk/images/cursor/modifier/select_node_remove.png)]] [[Image(source:trunk/images/cursor/modifier/select_way_remove.png)]]. 89 Activation steps: {{{Alt}}} 90 91 Actions: in addition to the normal behaviour, select all ways that have at least one node within selection rectangle 92 93 ====== Shift modifier ====== 94 95 Cursor: [[Image(source:trunk/images/cursor/modifier/select_add.png,24,nolink)]] objects within the rectangle will added to the current selection 96 97 Activation steps: {{{Shift}}} 98 99 Actions: the [Concepts/Object objects] are added to the current selection 100 101 ====== Ctrl modifier ====== 102 103 Cursor: [[Image(source:trunk/images/cursor/modifier/select_remove.png,24,nolink)]] objects within the rectangle will added to the current selection 104 105 Activation steps: 106 107 Actions: remove all [Concepts/Object objects] in current rectangle from selected objects (if there were any); nothing is added to the current selection. 72 108 73 109 == Move == … … 103 139 ||[[Image(source:trunk/images/cursor/modifier/select_way_add.png)]]|| a way will be added to the current selection || 104 140 ||[[Image(source:trunk/images/cursor/modifier/select_way_remove.png)]]|| a way will be removed from the current selection || 105 ||[[Image(source:trunk/images/cursor/modifier/selection.png)]]|| objects within the rectangle will be selected ||106 ||[[Image(source:trunk/images/cursor/modifier/select_add.png)]]|| objects within the rectangle will added to the current selection ||107 ||[[Image(source:trunk/images/cursor/modifier/select_remove.png)]]|| objects within the rectangle will removed from the current selection ||108 141 ||[[Image(source:trunk/images/cursor/modifier/joinnode.png)]]|| the selected nodes will be merged with the node near the pointer || 109 142 ||[[Image(source:trunk/images/cursor/rotate.png)]]|| [#Rotate rotate] the selected objects ||