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
@@ -1422,7 +1422,8 @@ define(
|
||||
},
|
||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter", "breakpoints"],
|
||||
mode: "text/x-pgsql",
|
||||
readOnly: true
|
||||
readOnly: true,
|
||||
extraKeys: pgAdmin.Browser.editor_shortcut_keys
|
||||
});
|
||||
|
||||
// On loading the docker, register the callbacks
|
||||
|
||||
Reference in New Issue
Block a user