[Pkg-mozext-commits] [firetray] 241/399: remove hard-coded keyboard shortcut for hiding windows
David Prévot
taffit at alioth.debian.org
Tue Oct 29 18:23:51 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 33a78716b41d966175ae119066e35863b5fe9f17
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Sun May 13 16:39:46 2012 +0200
remove hard-coded keyboard shortcut for hiding windows
---
src/chrome/content/overlay.xul | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/chrome/content/overlay.xul b/src/chrome/content/overlay.xul
index 34d8cce..cbae84a 100644
--- a/src/chrome/content/overlay.xul
+++ b/src/chrome/content/overlay.xul
@@ -8,10 +8,4 @@
<stringbundle id="firetray-strings" src="chrome://firetray/locale/overlay.properties"/>
</stringbundleset>
- <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.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