[Pkg-mozext-commits] [requestpolicy] 230/257: [fix] "openMenu" keyboard shortcut: change to "alt-r"

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:16 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 4e80782d3fe70248a76e17bb287893605638a042
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Dec 21 06:49:53 2015 +0100

    [fix] "openMenu" keyboard shortcut: change to "alt-r"
---
 src/content/ui/xul-trees.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/content/ui/xul-trees.js b/src/content/ui/xul-trees.js
index 48f7bdb..14a1028 100644
--- a/src/content/ui/xul-trees.js
+++ b/src/content/ui/xul-trees.js
@@ -102,7 +102,7 @@ exports.mainTree = [
         // "oncommand" (or "command") is required! See
         // https://stackoverflow.com/questions/16779316/how-to-set-an-xul-key-dynamically-and-securely/16786770#16786770
         attributes: {key: "r",
-                     modifiers: "accel alt",
+                     modifiers: "alt",
                      oncommand: "void(0);"},
         events: {command: ["overlay", "openMenu"]}
       }

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



More information about the Pkg-mozext-commits mailing list