diff --git a/ChangeLog b/ChangeLog index ddfab29e0..d2d048e09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-05-05 Anders Carlsson + + * src/metacity.schemas: Fix a spelling error and change + switch_to_workspace_up and switch_to_workspace_down to use + Ctrl+Alt since Nautilus uses Alt now. + 2002-05-04 Havoc Pennington * src/window.c (update_net_wm_type): correctly print things if the diff --git a/src/metacity.schemas b/src/metacity.schemas index ecb087e57..a54137a32 100644 --- a/src/metacity.schemas +++ b/src/metacity.schemas @@ -542,9 +542,9 @@ you set string disabled - Move window to workspace 6 + Move window to workspace 12 - The keybinding used to move a window to workspace 6. + The keybinding used to move a window to workspace 12. The format looks like "<Control>a" or "<Shift><Alt>F1. @@ -1100,7 +1100,7 @@ you set /apps/metacity/global_keybindings/switch_to_workspace_up metacity string - <Alt>Up + <Control><Alt>Up Switch to workspace above the current space @@ -1125,7 +1125,7 @@ you set /apps/metacity/global_keybindings/switch_to_workspace_down metacity string - <Alt>Down + <Control><Alt>Down Switch to workspace below the current space