mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:17:59 +01:00
Closes issue #469.
This commit is contained in:
@@ -671,7 +671,7 @@ var Editor = Module("editor", {
|
|||||||
["<Space>", "<Return>"], "Expand insert mode abbreviation",
|
["<Space>", "<Return>"], "Expand insert mode abbreviation",
|
||||||
function () {
|
function () {
|
||||||
editor.expandAbbreviation(modes.INSERT);
|
editor.expandAbbreviation(modes.INSERT);
|
||||||
return Events.PASS;
|
return Events.PASS_THROUGH;
|
||||||
});
|
});
|
||||||
|
|
||||||
mappings.add([modes.INSERT],
|
mappings.add([modes.INSERT],
|
||||||
|
|||||||
Reference in New Issue
Block a user