Changes between Version 87 and Version 88 of Help/Action/Select


Ignore:
Timestamp:
2018-02-22T17:10:31+01:00 (8 years ago)
Author:
Hb---
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Select

    v87 v88  
    11[[TranslatedPages]]
    22
    3 [[PageOutline(1-6,Table of Contents)]]
     3[[PageOutline(2-3,Table of Contents)]]
    44
    5 = Selection mode, Move and Rotate Objects =
     5= Select, Move, Scale and Rotate Objects =
    66
    7 [[Image(source:trunk/images/mapmode/move/move.png,middle)]] ''Keyboard shortcut:'' **{{{S}}}**; press {{{S}}} to toggle between this mode and [[Image(source:trunk/images/mapmode/rope.png,20,middle)]] [wiki:Help/Action/LassoMode lasso mode] — is one of the [wiki:Help/EditToolbar working modes]
     7[[Image(source:trunk/images/mapmode/move/move.png,nolink,middle)]] ''Keyboard shortcut:'' **{{{S}}}** (Press `S` twice for [[Image(source:trunk/images/mapmode/rope.png,20,nolink,middle)]] [wiki:Help/Action/LassoMode Lasso selection mode]) — is one of the [wiki:Help/EditToolbar working modes]
    88
    9 == Selection mode == #Selecttool
     9== Select mode == #Selecttool
    1010
    11 This mode enables the user to make selections of different [Concepts/Object objects].
     11This mode is to change the selection of [Concepts/Object objects] on the map.
    1212
    1313The 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].
     
    2626More precisely, ''previously selected object(s)'' will be '''replaced''' with new object and displayed [Help/Dialog/SelectionList in Selection window].
    2727
    28 ==== Deselecting an object(s) ====
     28==== Unselecting an object ====
    2929
    3030Cursor: with node [[Image(source:trunk/images/cursor/modifier/select_node_remove.png,24,nolink,middle)]]; with way [[Image(source:trunk/images/cursor/modifier/select_way_remove.png,24,nolink,middle)]]
    3131
    32 Activation steps: hold {{{Alt}}} when using {{{Left mouse button}}}
     32Activation steps: hold {{{Ctrl}}} when using {{{Left mouse button}}}[[BR(Formerly the Alt key was described as activator. That came in with version 37)]]
    3333
    3434Action: a way or node will be removed from the ''currently selected objects''
     
    5151Action: 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.
    5252
    53 TODO: add good pictures
    54 
    55 ==== Double mouse click is used to select first object that surrounds a cursor ====
     53==== Double click selects surrounding ====
    5654
    5755Cursor: none
     
    112110Actions: remove all [Concepts/Object objects] in current rectangle from selected objects (if there were any); nothing is added to the current selection.
    113111
    114 == Move objects ==
     112== Move ==
    115113
    116 You can move selected [[Image(source:trunk/images/data/node.png,middle)]] [Concepts/Object#Nodes nodes] and [[Image(source:trunk/images/data/way.png,middle)]] [Concepts/Object#Ways ways] in the main window, by moving the mouse cursor close to one of the selected objects and then left clicking while dragging the mouse.
    117 * If the mouse cursor is **near a node** when performing the move action, then **just this node** is moved.
    118  * 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**.
    119 * If the mouse cursor is **near a way** when performing the move action, then **this way**, together with its associated **nodes**, is moved.
     114You can move the whole selection by moving the pointer close to a selected object, click and drag the pointer.
    120115
    121 Moving objects is also possible with **{{{shift + arrow keys}}}**.
     116Moving is also possible with **`Shift + Arrow keys`**.
    122117
    123 * [[Image(source:trunk/images/mapmode/improvewayaccuracy.png,16,,middle)]] [Action/ImproveWayAccuracy Improve Way Accuracy] - over time many mappers switch to this tools instead of manually selecting-and-moving each node
     118[[Image(source:trunk/images/mapmode/improvewayaccuracy.png,16,nolink,middle)]] [Action/ImproveWayAccuracy Improve Way Accuracy] - over time many mappers switch to this tools instead of manually selecting-and-moving each node
    124119
    125 === Move multiple objects at once message ===
     120=== Drag a Midpoint creates New Node ==
    126121
    127 You may be asked if it a was mistake. To enable/disable this message use:
     122Activation steps: ''clicking and dragging'' a yellow cross in the middle of a segment; at any point in time, there N mid points to drag where N is number of segments.
    128123
    129 {{{message.movedManyElements}}} in [Help/Preferences/Advanced Advanced Preferences]. Set to {{{true}}} if you want to be asked every time.
     124Action: will insert a new node at the location of the cross
    130125
    131126== Merge nodes ==
     
    133128Cursor: [[Image(source:trunk/images/cursor/modifier/joinnode.png,24,nolink,middle)]]
    134129
    135 Activation steps: hold down {{{Ctrl}}} and drag one selected node onto the unselected one
     130Activation steps: hold down {{{Ctrl}}} and drag one selected node onto an unselected one
    136131
    137132Action: merge selected nodes with another; internally it will simply use [Help/Action/MergeNodes Merge tool] - please read more details here.
    138133
    139 == Click and drag on segment midpoint will create a new node ==
    140 
    141 Cursor: fixme
    142 
    143 Activation steps: ''clicking and dragging'' a yellow cross in the middle of a segment; at any point in time, there N mid points to drag where N is number of segments.
    144 
    145 Action: will insert a new node at the location of the cross
    146 
    147 On illustration below shown twice: you cannot create node ''simply by clicking a midpoint'' (second segment from the left in this case) as it will select whole way (red glow); instead, you should ''click and drag'' midpoint.
    148 
    149 [[Image(ex-move-segment-node-1.gif,nolink)]]
    150 
    151 == Rotate objects ==
     134== Rotate ==#Rotate
    152135
    153136Cursor: [[Image(source:trunk/images/cursor/rotate.png,24,nolink,middle)]]
     
    159142Rotation at defined angles is possible via the [osmwiki:JOSM/Plugins/ShapeTools ShapeTools Plugin].
    160143
    161 == Scale objects ==
     144== Scale ==#Scale
    162145
    163146Cursor: [[Image(source:trunk/images/cursor/scale.png,24,nolink,middle)]]
     
    175158== See also ==
    176159* [[Shortcuts#Altkey]] - if {{{Alt}}} doesn't work
    177 * [wiki:/Help#Selection "Selection" section at main page] - some popular selection tools
    178160* [Action/UnselectAll Unselect all] {{{Escape}}}
    179161* [wiki:Help/Plugin/UtilsPlugin2 UtilsPlugin2] contains additional selection functionality