[metacity] Revert 0f805bfd (new default cycle_group keybinding to Alt-grave)
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] Revert 0f805bfd (new default cycle_group keybinding to Alt-grave)
- Date: Mon, 29 Mar 2010 13:26:57 +0000 (UTC)
commit 7d8972f20d4a41bb9c8afbc45a2eb6a9bbf08b09
Author: Didier Roche <didrocks ubuntu com>
Date: Sat Mar 20 11:53:06 2010 +0100
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.
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]