select - differentiate parent/child selection

introduce more accessible shortcuts
This commit is contained in:
Milos Brzakovic
2021-07-13 19:51:32 +02:00
parent 49abb78251
commit c8f162b8f0
3 changed files with 31 additions and 17 deletions

View File

@@ -2300,6 +2300,7 @@ en:
first: "Jump to first node"
last: "Jump to last node"
parent: "Select parent way"
child: "Select child node"
change_parent: "Switch parent way"
editing:
title: "Editing"

View File

@@ -159,9 +159,15 @@
"text": "shortcuts.browsing.vertex_selected.last"
},
{
"shortcuts": ["|"],
"modifiers": [""],
"shortcuts": ["↑"],
"text": "shortcuts.browsing.vertex_selected.parent"
},
{
"modifiers": ["⌘"],
"shortcuts": ["↓"],
"text": "shortcuts.browsing.vertex_selected.child"
},
{
"shortcuts": ["\\", "shortcuts.key.pause"],
"text": "shortcuts.browsing.vertex_selected.change_parent"