mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix more of the funky keyboard shortcuts.
This commit is contained in:
committed by
Dave Page
parent
37ca3579f3
commit
1bcac0b67c
@@ -206,7 +206,8 @@ define(
|
||||
rangeFinder: CodeMirror.fold.combine(CodeMirror.pgadminBeginRangeFinder, CodeMirror.pgadminIfRangeFinder,
|
||||
CodeMirror.pgadminLoopRangeFinder, CodeMirror.pgadminCaseRangeFinder)
|
||||
},
|
||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"]
|
||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
|
||||
extraKeys: pgBrowser.editor_shortcut_keys
|
||||
});
|
||||
|
||||
// Create main wcDocker instance
|
||||
@@ -248,7 +249,7 @@ define(
|
||||
CodeMirror.pgadminLoopRangeFinder, CodeMirror.pgadminCaseRangeFinder)
|
||||
},
|
||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
|
||||
extraKeys: {"Ctrl-Space": "autocomplete"}
|
||||
extraKeys: pgBrowser.editor_shortcut_keys
|
||||
});
|
||||
|
||||
// Create panels for 'Data Output', 'Explain', 'Messages' and 'History'
|
||||
|
||||
Reference in New Issue
Block a user