Fix more of the funky keyboard shortcuts.

This commit is contained in:
Surinder Kumar
2016-08-08 15:26:37 +01:00
committed by Dave Page
parent 37ca3579f3
commit 1bcac0b67c
5 changed files with 45 additions and 7 deletions
+4 -2
View File
@@ -1392,7 +1392,8 @@
lineNumbers: true,
lineWrapping: true,
mode: "text/x-pgsql",
readOnly: true
readOnly: true,
extraKeys: pgAdmin.Browser.editor_shortcut_keys
});
return this;
@@ -2118,7 +2119,8 @@
(self.$el.find("textarea")[0]), {
lineNumbers: true,
mode: "text/x-sql",
readOnly: isDisabled
readOnly: isDisabled,
extraKeys: pgAdmin.Browser.editor_shortcut_keys
});
if (!isVisible)