From 461d6b915409050fe6d13eafceab6df333b5c7cd Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 17 Aug 2008 17:42:26 +0000 Subject: [PATCH] added ctrl-p to the list of ignored keybindings --- content/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/editor.js b/content/editor.js index e4f76d2f..b6798074 100644 --- a/content/editor.js +++ b/content/editor.js @@ -231,7 +231,7 @@ liberator.Editor = function () //{{{ // insert mode mappings liberator.mappings.add(modes, - ["", "", "", ""], + ["", "", "", "", ""], "Ignore certain " + liberator.config.hostApplication + " key bindings", function () { /*liberator.beep();*/ });