summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Roche <didrocks@ubuntu.com>2010-03-20 11:53:06 +0100
committerVincent Untz <vuntz@gnome.org>2010-03-29 15:25:59 +0200
commit7d8972f20d4a41bb9c8afbc45a2eb6a9bbf08b09 (patch)
tree6ea33fd987223948c36a398b7a9704e8c240327f
parent1ed51515cd8c25d6ee88f2c08d3b9964f877254c (diff)
downloadmetacity-7d8972f20d4a41bb9c8afbc45a2eb6a9bbf08b09.tar.gz
Revert 0f805bfd (new default cycle_group keybinding to Alt-grave)
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.
-rw-r--r--src/include/all-keybindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index b0124a38..378a7ac1 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,