Changes between Version 110 and Version 111 of Help/Action/Select


Ignore:
Timestamp:
2025-02-26T17:14:39+01:00 (11 months ago)
Author:
HeiKue
Comment:

Added "add single object"; key/button format

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Select

    v110 v111  
    1717||= **Name** =||= **Activation steps** =||= **Cursor** =||= **Description** =||
    1818|| **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. ||
    2021|| **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.
    2223
    23 ==== Cycle in dense or overlapping objects with pop-up ====
     24==== Cycle in dense or overlapping objects ====
    2425Cursor: none
    2526
     
    9596Cursor: [[JOSMImage(cursor/rotate)]]
    9697
    97 Activation steps: `Shift` + `Ctrl` (Windows/Linux) or `Cmd` (Mac) + `Left mouse button` and moving mouse up and down
     98Activation steps: `Shift + Ctrl + left mouse button` (Windows/Linux) or `Shift + Cmd + left mouse button` (Mac) and moving mouse up and down
    9899
    99100Action: rotate selected nodes and ways around their geometrical center.
     
    106107Cursor: [[JOSMImage(cursor/scale)]]
    107108
    108 Activation steps: `Ctrl` (Windows/Linux) or `Cmd` (Mac) + `Alt` + `Left mouse button` and moving mouse up and down
     109Activation steps: `Ctrl + Alt + left mouse button` (Windows/Linux) or `Cmd + Alt + left mouse button` (Mac) and moving mouse up and down
    109110
    110111Action:
     
    115116
    116117== 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).
     118Whether 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.
     119If 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.
     120These two settings can be changed with the [wikitr:/Help/Preferences/Advanced advanced preferences] `edit.initial-move-threshold` (pixels) and `edit.initial-move-delay` (milliseconds).
    118121
    119122== See also ==