[Pkg-mozext-commits] [adblock-plus] 256/464: Make sure to default the Accel key to Control if the accel key pref has some bogus value

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 6c3d7b5bb81243ab719dfc7520c0c00aa24b0988
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon Jul 2 08:07:50 2012 +0200

    Make sure to default the Accel key to Control if the accel key pref has some bogus value
---
 lib/keySelector.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/keySelector.js b/lib/keySelector.js
index 1155f67..9192f66 100644
--- a/lib/keySelector.js
+++ b/lib/keySelector.js
@@ -8,7 +8,7 @@ Cu.import("resource://gre/modules/Services.jsm");
 
 let validModifiers =
 {
-  ACCEL: null,
+  ACCEL: "control",
   CTRL: "control",
   CONTROL: "control",
   SHIFT: "shift",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list