[Pkg-mozext-commits] [firetray] 150/399: fix keyboard shortcut

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:32 UTC 2013


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

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit d0e1d072c63b52fa9fadc5db9058d2001eba4739
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Mon Jan 23 13:15:54 2012 +0100

    fix keyboard shortcut
---
 README.md                      |    1 +
 src/chrome/content/overlay.xul |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2aa87a3..9bf6f9c 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Features
 Notes
 -----
 
+* requires GTK+ 2.20 and higher.
 * Firetray unsets the `tabs.warnOnClose` built-in preference, which otherwise disrupts the handeling of the close event.
 * Experimental non-customizable keyboard shortcut for hiding all windows set to: `accel-shift-w`
 
diff --git a/src/chrome/content/overlay.xul b/src/chrome/content/overlay.xul
index 085be73..34d8cce 100644
--- a/src/chrome/content/overlay.xul
+++ b/src/chrome/content/overlay.xul
@@ -11,7 +11,7 @@
   <keyset>
     <!-- otherwise window.addEventListener("keypress", firetrayChrome.onKeyPress, true);
          see https://addons.mozilla.org/en-US/firefox/addon/move-tabs/ -->
-    <key id="key_close" key="W" modifiers="shift meta" oncommand="firetray.Handler.showHideToTray();" /> <!-- firetrayChrome.onKeyClose(); -->
+    <key id="key_close" key="W" modifiers="shift meta" oncommand="firetray.Handler.showHideAllWindows();" /> <!-- firetrayChrome.onKeyClose(); -->
   </keyset>
 
 </overlay>

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



More information about the Pkg-mozext-commits mailing list