Enable nudging the selection via shift+arrow keys and shift+command+arrow keys to nudge more (close #7186)

No longer nudge the viewport with shift+arrow keys
This commit is contained in:
Quincy Morgan
2020-05-19 12:08:14 -04:00
parent c4f5dbbc4c
commit 311566328e
5 changed files with 50 additions and 4 deletions
+2
View File
@@ -2053,6 +2053,8 @@ en:
split: "Split a line into two at the selected node"
reverse: "Reverse selected features"
move: "Move selected features"
nudge: "Nudge selected features"
nudge_more: "Nudge selected features by a lot"
rotate: "Rotate selected features"
orthogonalize: "Square corners of a line or area"
straighten: "Straighten a line or points"
+12
View File
@@ -269,6 +269,18 @@
"shortcuts": ["operations.move.key"],
"text": "shortcuts.editing.operations.move"
},
{
"modifiers": ["⇧"],
"shortcuts": ["↓", "↑", "←", "→"],
"text": "shortcuts.editing.operations.nudge",
"separator": ","
},
{
"modifiers": ["⌘", "⇧"],
"shortcuts": ["↓", "↑", "←", "→"],
"text": "shortcuts.editing.operations.nudge_more",
"separator": ","
},
{
"shortcuts": ["operations.rotate.key"],
"text": "shortcuts.editing.operations.rotate"