| | 1 | [[TranslatedPages]] |
| | 2 | = Выбрать, Передвинуть или Повернуть объект = |
| | 3 | |
| | 4 | Этот инструмент имеет три режима работы |
| | 5 | |
| | 6 | ''Горячая клавиша:'' S |
| | 7 | |
| | 8 | == Выбрать инструмент == |
| | 9 | |
| | 10 | This MapMode enables the user to easy make a selection of different objects. |
| | 11 | |
| | 12 | The selected objects are drawn in a different style. |
| | 13 | |
| | 14 | Holding and dragging the left mouse button draws a selection rectangle. |
| | 15 | When the left mouse button is released, all objects within the rectangle get |
| | 16 | selected. |
| | 17 | |
| | 18 | When the left mouse button is released while the right mouse button pressed, |
| | 19 | nothing happens (the selection rectangle will be cleared, however). |
| | 20 | |
| | 21 | When the mouse button is released and one of the following keys is held: |
| | 22 | |
| | 23 | * alt-key: select all objects that are touched by the selection rectangle. If the alt key 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 | * shift-key: the objects are added to the current selection. If Shift key is not held, the current selection get replaced. |
| | 26 | |
| | 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 | |
| | 29 | Alt can be combined with Ctrl or Shift. |
| | 30 | |
| | 31 | 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 will |
| | 33 | be selected if there is any within 10 pixel range. If there is no Node within |
| | 34 | 10 pixel, the nearest Way within 10 pixel range is selected. If there is no Way within 10 pixel |
| | 35 | 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 applies to |
| | 37 | this as usual. |
| | 38 | |
| | 39 | This tool has two different modes. Pressing shift-m toggles between the different modes. |
| | 40 | |
| | 41 | === Unselecting === |
| | 42 | |
| | 43 | To unselect everything you can either click on an empty area of the screen, or press 'U' on the keyboard. |
| | 44 | |
| | 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 | |
| | 47 | |
| | 48 | |
| | 49 | === selecting particular ways === |
| | 50 | |
| | 51 | For help on selecting a certain way which shares common nodes with one or more other ways see [wiki:HowTo here]. |
| | 52 | |
| | 53 | == Move == |
| | 54 | |
| | 55 | 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 | |
| | 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 key when releasing the left mouse button the moved node will be merged with the other node. |
| | 58 | |
| | 59 | If the mouse cursor is near a way when performing the move action, then the way, together with its associated nodes, is moved. |
| | 60 | |
| | 61 | == Rotate == |
| | 62 | |
| | 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. |
| | 64 | |
| | 65 | Back to [wiki:Ru:Help Main Help] |