[PATCH] Revert http://git.gnome.org/browse/metacity/commit/?id=0f805bfdfb46e6739912df042f628ca9913b433c (the new default cycle_group keybinding to Alt-grave).
- From: Didier Roche <didrocks ubuntu com>
- Subject: [PATCH] Revert http://git.gnome.org/browse/metacity/commit/?id=0f805bfdfb46e6739912df042f628ca9913b433c (the new default cycle_group keybinding to Alt-grave).
- Date: Sat, 20 Mar 2010 11:53:06 +0100
There are two wrong assumptions there:
- ` being above tab is surely true for some qwerty layout, but not in other
layout like azerty (² is above the tab). We should find a clever way to find
the key above tab
- ` is proceeded in azerty keyboard (french layout) by <Alt Gr + è>. The issue
is that <Shift + è> is "7". And so, "Alt + 7" (used in some applications like
irssi, weechat, …) is <Alt + Shift + è>, which is the reverse order to naviguate
between grouped windows, and so, you can't anymore access to this keybinding.
---
src/include/all-keybindings.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index b0124a3..378a7ac 100644
--- a/src/include/all-keybindings.h
+++ b/src/include/all-keybindings.h
@@ -167,7 +167,7 @@ keybind (switch_panels_backward, handle_switch, META_TAB_LIST_DOCKS,
"using a popup window"))
keybind (cycle_group, handle_cycle, META_TAB_LIST_GROUP,
- BINDING_REVERSES, "<Alt>grave",
+ BINDING_REVERSES, "<Alt>F6",
_("Move between windows of an application immediately"))
keybind (cycle_group_backward, handle_cycle, META_TAB_LIST_GROUP,
REVERSES_AND_REVERSED, NULL,
--
1.7.0
--so9zsI5B81VjUb/o--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]