Changes between Version 110 and Version 111 of Help/Action/Select
- Timestamp:
- 2025-02-26T17:14:39+01:00 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/Select
v110 v111 17 17 ||= **Name** =||= **Activation steps** =||= **Cursor** =||= **Description** =|| 18 18 || **Select** || `Left mouse click` || [[JOSMImage(cursor/modifier/select_node)]] \\ [[JOSMImage(cursor/modifier/select_way)]] || Select a node or way under mouse cursor. More precisely, ''previously selected object(s)'' will be **replaced** with new object and displayed in [wikitr:/Help/Dialog/SelectionList selection list]. || 19 || **Toggle** || `Ctrl` (Windows/Linux) or `Cmd` (Mac) plus \\ `Left mouse click` || [[JOSMImage(cursor/modifier/select_node_remove)]] \\ [[JOSMImage(cursor/modifier/select_way_remove)]] || The selection of a node or way will be **toggled**. More precisely, previously unselected objects will be selected and vice versa. And previously selected objects will be kept selected. || 19 || **Add** || `Shift + left mouse click` || [[JOSMImage(cursor/modifier/select_node_add)]] \\ [[JOSMImage(cursor/modifier/select_way_add)]] || Add a node or way under mouse cursor to the selection. || 20 || **Toggle** || `Ctrl + left mouse click` (Windows/Linux) \\ `Cmd + left mouse click` (Mac) || [[JOSMImage(cursor/modifier/select_node_remove)]] \\ [[JOSMImage(cursor/modifier/select_way_remove)]] || The selection of a node or way will be **toggled**. More precisely, previously unselected objects will be selected and vice versa. And previously selected objects will be kept selected. || 20 21 || **Select surrounding** || `Double left mouse click` || ''default'' || Select the surrounding object ([wikitr:/Help/Concepts/Object#Areas area] or [wikitr:/Help/Concepts/Object#Relations multipolygon]). 21 || **Add surrounding** || `Shift` plus `Double left mouse click` ||[[JOSMImage(cursor/modifier/select_add)]] || Add the surrounding object ([wikitr:/Help/Concepts/Object#Areas area] or [wikitr:/Help/Concepts/Object#Relations multipolygon]) to the selection.22 || **Add surrounding** || `Shift + double left mouse click` || [[JOSMImage(cursor/modifier/select_add)]] || Add the surrounding object ([wikitr:/Help/Concepts/Object#Areas area] or [wikitr:/Help/Concepts/Object#Relations multipolygon]) to the selection. 22 23 23 ==== Cycle in dense or overlapping objects with pop-up====24 ==== Cycle in dense or overlapping objects ==== 24 25 Cursor: none 25 26 … … 95 96 Cursor: [[JOSMImage(cursor/rotate)]] 96 97 97 Activation steps: `Shift ` + `Ctrl` (Windows/Linux) or `Cmd` (Mac) + `Left mouse button` and moving mouse up and down98 Activation steps: `Shift + Ctrl + left mouse button` (Windows/Linux) or `Shift + Cmd + left mouse button` (Mac) and moving mouse up and down 98 99 99 100 Action: rotate selected nodes and ways around their geometrical center. … … 106 107 Cursor: [[JOSMImage(cursor/scale)]] 107 108 108 Activation steps: `Ctrl` (Windows/Linux) or `Cmd ` (Mac) + `Alt` + `Left mouse button` and moving mouse up and down109 Activation steps: `Ctrl + Alt + left mouse button` (Windows/Linux) or `Cmd + Alt + left mouse button` (Mac) and moving mouse up and down 109 110 110 111 Action: … … 115 116 116 117 == Advanced details ==#Advanceddetails 117 Whether a mouse action is considered a selection or a move depends on some settings, to prevent objects from being moved when a simple selection was intended; this is particularly important on devices such as tablets that are touch sensitive or use a stylus. If the pointer is moved between pressing and releasing the left mouse button, the object will only be moved if the pointer moved more than 5 pixels or was held down for more than 0.2 seconds, otherwise the object will simply be selected. These two settings can be changed with the [wikitr:/Help/Preferences/Advanced advanced preferences] `edit.initial-move-threshold` (pixels) and `edit.initial-move-delay` (milliseconds). 118 Whether a mouse action is considered a selection or a move depends on some settings, to prevent objects from being moved when a simple selection was intended; this is particularly important on devices such as tablets that are touch sensitive or use a stylus. 119 If the pointer is moved between pressing and releasing the left mouse button, the object will only be moved if the pointer moved more than 5 pixels or was held down for more than 0.2 seconds, otherwise the object will simply be selected. 120 These two settings can be changed with the [wikitr:/Help/Preferences/Advanced advanced preferences] `edit.initial-move-threshold` (pixels) and `edit.initial-move-delay` (milliseconds). 118 121 119 122 == See also ==
