1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:27:58 +01:00

Different 'passunknown' default for now.

--HG--
extra : rebase_source : a717735081e0b6a7e4f9e0254dcd1e6bac0c66c2
This commit is contained in:
Kris Maglione
2011-03-15 10:37:50 -04:00
parent cf0b41a4db
commit efcf07c68b
3 changed files with 4 additions and 3 deletions

View File

@@ -656,7 +656,8 @@ var Editor = Module("editor", {
// Ugh.
mappings.add([modes.INPUT, modes.CARET],
["<*-CR>", "<*-BS>", "<*-Del>", "<*-Left>", "<*-Right>", "<*-Up>", "<*-Down>",
"<*-Home>", "<*-End>", "<*-PageUp>", "<*-PageDown>"],
"<*-Home>", "<*-End>", "<*-PageUp>", "<*-PageDown>",
"<M-c>", "<M-v>"],
"Handled by " + config.host,
function () Events.PASS);