1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:37:59 +01:00

added C-BS to editor

This commit is contained in:
Martin Stubenschrott
2008-06-11 10:51:33 +00:00
parent f7833dca22
commit 498639c56d

View File

@@ -227,7 +227,7 @@ liberator.Editor = function () //{{{
// insert mode mappings
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,
function () { return true; },
{ flags: liberator.Mappings.flags.ALLOW_EVENT_ROUTING });