mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 08:52:26 +01:00
Fix escaping from Textarea mode in input fields.
When escaping from Textarea mode in input fields, and also text areas if 'insertmode' is set, return to Insert mode.
This commit is contained in:
@@ -320,7 +320,7 @@ function Editor() //{{{
|
||||
|
||||
// FIXME: <esc> does not work correctly
|
||||
mappings.add([modes.INSERT],
|
||||
["<C-t>"], "Edit text field in vi mode",
|
||||
["<C-t>"], "Edit text field in Vi mode",
|
||||
function () { liberator.mode = modes.TEXTAREA; });
|
||||
|
||||
mappings.add([modes.INSERT],
|
||||
|
||||
Reference in New Issue
Block a user