mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Fix Firefox exploding on <C-i>
This commit is contained in:
@@ -619,7 +619,8 @@ var Editor = Module("editor", {
|
|||||||
bind(["<S-Insert>"], "Insert clipboard/selection",
|
bind(["<S-Insert>"], "Insert clipboard/selection",
|
||||||
function () { editor.pasteClipboard(); });
|
function () { editor.pasteClipboard(); });
|
||||||
|
|
||||||
bind(["<C-i>"], "Edit text field with an external editor",
|
mappings.add([modes.INPUT],
|
||||||
|
["<C-i>"], "Edit text field with an external editor",
|
||||||
function () { editor.editFieldExternally(); });
|
function () { editor.editFieldExternally(); });
|
||||||
|
|
||||||
bind(["<C-t>"], "Edit text field in Vi mode",
|
bind(["<C-t>"], "Edit text field in Vi mode",
|
||||||
|
|||||||
Reference in New Issue
Block a user