mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:32:25 +01:00
added ctrl-p to the list of ignored keybindings
This commit is contained in:
@@ -231,7 +231,7 @@ liberator.Editor = function () //{{{
|
|||||||
|
|
||||||
// insert mode mappings
|
// insert mode mappings
|
||||||
liberator.mappings.add(modes,
|
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",
|
"Ignore certain " + liberator.config.hostApplication + " key bindings",
|
||||||
function () { /*liberator.beep();*/ });
|
function () { /*liberator.beep();*/ });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user