[Pkg-mozext-commits] [requestpolicy] 241/257: [fix] "openMenu" keyboard shortcut: "alt shift r"

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:18 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 30919d4a1bac0c26e5333d26c297c9942efc7e81
Author: Martin Kimmerle <dev at 256k.de>
Date:   Fri Dec 25 09:19:39 2015 +0100

    [fix] "openMenu" keyboard shortcut: "alt shift r"
    
    Fixes #612
---
 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 ad37a9c..f063791 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: "alt",
+                     modifiers: "alt shift",
                      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