diff options
| author | Ray Strode <rstrode@redhat.com> | 2009-10-09 14:21:52 (GMT) |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2009-10-09 14:21:52 (GMT) |
| commit | 0f805bfdfb46e6739912df042f628ca9913b433c (patch) | |
| tree | c1cbd30a448732d840bf15320792c0647879b506 | |
| parent | f6f899f1031b0f578531ee842ab92ef44bfd8ef4 (diff) | |
| download | metacity-0f805bfdfb46e6739912df042f628ca9913b433c.zip metacity-0f805bfdfb46e6739912df042f628ca9913b433c.tar.xz | |
Change default cycle_group keybinding to Alt-grave
It makes more sense because the grave key is close
to the tab and escape keys which the other cycle
keybindings use.
This always works better for gnome-shell, which
switchings between applications by default with alt-tab.
The user can now alt-tab to the application they want,
and then move their finger to the grave key to select
the window they want.
| -rw-r--r-- | 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 378a7ac..b0124a3 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>F6", + BINDING_REVERSES, "<Alt>grave", _("Move between windows of an application immediately")) keybind (cycle_group_backward, handle_cycle, META_TAB_LIST_GROUP, REVERSES_AND_REVERSED, NULL, |