mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixes following OSX native keyboard shortcuts in Query Tool:
1) option+arrow (L/R) should skip by "word" 2) option+arrow (up/down) should go up/down one line 3) shift+option+arrow (L/R) should select/highlight by "word"
This commit is contained in:
committed by
Akshay Joshi
parent
6a9af07f7a
commit
d9574f3caa
@@ -2117,9 +2117,8 @@ define('pgadmin.browser', [
|
||||
'Ctrl-D': 'deleteLine',
|
||||
'Cmd-D': 'deleteLine',
|
||||
|
||||
// Go to start/end of Line
|
||||
'Alt-Left': 'goLineStart',
|
||||
'Alt-Right': 'goLineEnd',
|
||||
'Alt-Up': 'goLineUp',
|
||||
'Alt-Down': 'goLineDown',
|
||||
|
||||
// Move word by word left/right
|
||||
'Ctrl-Alt-Left': 'goGroupLeft',
|
||||
|
||||
Reference in New Issue
Block a user