Allow selection, deselection, and multiselection with the spacebar (re: #3843)

Don't open the edit menu on single spacebar press
Open the edit menu for long spacebar press (re: #7577)
This commit is contained in:
Quincy Morgan
2020-05-14 11:19:20 -04:00
parent 8799011abc
commit dff4268256
7 changed files with 63 additions and 42 deletions
+1
View File
@@ -1967,6 +1967,7 @@ en:
enter: Enter
esc: Esc
home: Home
menu: Menu
option: Option
pause: Pause
pgdn: PgDn
+2 -2
View File
@@ -107,7 +107,7 @@
"text": "shortcuts.browsing.selecting.title"
},
{
"shortcuts": ["Left-click"],
"shortcuts": ["Left-click", "shortcuts.key.space"],
"text": "shortcuts.browsing.selecting.select_one"
},
{
@@ -131,7 +131,7 @@
"text": "shortcuts.browsing.with_selected.title"
},
{
"shortcuts": ["Right-click", "shortcuts.key.space"],
"shortcuts": ["Right-click", ""],
"text": "shortcuts.browsing.with_selected.edit_menu"
},
{