mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Enable scaling the selection via hotkeys
This commit is contained in:
@@ -281,6 +281,18 @@
|
||||
"text": "shortcuts.editing.operations.nudge_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["+", "-"],
|
||||
"text": "shortcuts.editing.operations.scale",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌥", "⇧"],
|
||||
"shortcuts": ["+", "-"],
|
||||
"text": "shortcuts.editing.operations.scale_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.rotate.key"],
|
||||
"text": "shortcuts.editing.operations.rotate"
|
||||
|
||||
Reference in New Issue
Block a user