]> git.pld-linux.org Git - packages/control-center.git/blob - control-center-additional-metacity-keybinding.patch
- Requires(post,postun): gtk-update-icon-cache
[packages/control-center.git] / control-center-additional-metacity-keybinding.patch
1 diff -urN control-center-2.17.92/capplets/keybindings/gnome-keybinding-properties.c control-center-2.17.92.new/capplets/keybindings/gnome-keybinding-properties.c
2 --- control-center-2.17.92/capplets/keybindings/gnome-keybinding-properties.c   2007-02-26 20:39:50.000000000 +0100
3 +++ control-center-2.17.92.new/capplets/keybindings/gnome-keybinding-properties.c       2007-03-03 11:13:11.000000000 +0100
4 @@ -77,6 +77,7 @@
5    { "/apps/metacity/window_keybindings/begin_resize",              ALWAYS_VISIBLE,  0 },
6    { "/apps/metacity/window_keybindings/toggle_on_all_workspaces",  N_WORKSPACES_GT, 1 },
7    /* These next three are out of order compared to the schemas file. */
8 +  { "/apps/metacity/window_keybindings/toggle_above",              ALWAYS_VISIBLE,  0 },
9    { "/apps/metacity/window_keybindings/raise_or_lower",            ALWAYS_VISIBLE,  0 },
10    { "/apps/metacity/window_keybindings/raise",                     ALWAYS_VISIBLE,  0 },
11    { "/apps/metacity/window_keybindings/lower",                     ALWAYS_VISIBLE,  0 },
12 @@ -99,10 +100,13 @@
13    { "/apps/metacity/window_keybindings/move_to_workspace_up",      N_WORKSPACES_GT, 1 },
14    { "/apps/metacity/window_keybindings/move_to_workspace_down",    N_WORKSPACES_GT, 1 },
15    { "/apps/metacity/global_keybindings/switch_windows",            ALWAYS_VISIBLE,  0 },
16 +  { "/apps/metacity/global_keybindings/switch_windows_backwards",  ALWAYS_VISIBLE,  0 },
17    { "/apps/metacity/global_keybindings/switch_panels",             ALWAYS_VISIBLE,  0 },
18    { "/apps/metacity/global_keybindings/cycle_windows",             ALWAYS_VISIBLE,  0 },
19 +  { "/apps/metacity/global_keybindings/cycle_windows_backward",    ALWAYS_VISIBLE,  0 },
20    { "/apps/metacity/global_keybindings/cycle_group",               ALWAYS_VISIBLE,  0 },
21    { "/apps/metacity/global_keybindings/cycle_panels",              ALWAYS_VISIBLE,  0 },
22 +  { "/apps/metacity/global_keybindings/cycle_panels_backward",     ALWAYS_VISIBLE,  0 },
23    { "/apps/metacity/global_keybindings/show_desktop",              ALWAYS_VISIBLE,  0 },
24    { "/apps/metacity/global_keybindings/switch_to_workspace_1",     N_WORKSPACES_GT, 1 },
25    { "/apps/metacity/global_keybindings/switch_to_workspace_2",     N_WORKSPACES_GT, 1 },
This page took 0.067667 seconds and 3 git commands to generate.