mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +01:00
added C-BS to editor
This commit is contained in:
@@ -227,7 +227,7 @@ liberator.Editor = function () //{{{
|
|||||||
|
|
||||||
// insert mode mappings
|
// insert mode mappings
|
||||||
liberator.mappings.add([liberator.modes.INSERT],
|
liberator.mappings.add([liberator.modes.INSERT],
|
||||||
["<C-Left>", "<C-Right>", "<C-Home>", "<C-End>", "<C-S-Home>", "<C-S-End>"],
|
["<C-Left>", "<C-Right>", "<C-Home>", "<C-End>", "<C-S-Home>", "<C-S-End>", "<C-BS"],
|
||||||
"Keys are passed to " + liberator.config.hostApplication,
|
"Keys are passed to " + liberator.config.hostApplication,
|
||||||
function () { return true; },
|
function () { return true; },
|
||||||
{ flags: liberator.Mappings.flags.ALLOW_EVENT_ROUTING });
|
{ flags: liberator.Mappings.flags.ALLOW_EVENT_ROUTING });
|
||||||
|
|||||||
Reference in New Issue
Block a user