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

added ctrl-p to the list of ignored keybindings

This commit is contained in:
Martin Stubenschrott
2008-08-17 17:42:26 +00:00
parent 2337b80edc
commit 461d6b9154

View File

@@ -231,7 +231,7 @@ liberator.Editor = function () //{{{
// insert mode mappings
liberator.mappings.add(modes,
["<C-o>", "<C-f>", "<C-g>", "<C-n>"],
["<C-o>", "<C-f>", "<C-g>", "<C-n>", "<C-p>"],
"Ignore certain " + liberator.config.hostApplication + " key bindings",
function () { /*liberator.beep();*/ });