From 09cc9e5d9341d7d97b83cd5779026d5dfae16ca3 Mon Sep 17 00:00:00 2001 From: Arvind Samptur Date: Fri, 20 Sep 2002 04:19:59 +0000 Subject: [PATCH] Added keybindings for moving windows between workspaces. Fixes #91944 --- ChangeLog | 6 ++++++ src/metacity.schemas.in | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04cb7cddb..a69993e74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-20 Arvind Samptur + * src/metacity.schemas.in: added keybindings for + moving windows between workspaces. + + Patch from Jeyasudha. Fixes #91944. + 2002-09-19 Arvind Samptur * src/tools/metacity-properties.desktop.in : change in the tooltip suggested in ui-review. diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 407918b91..69f125fb5 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -639,7 +639,7 @@ you set /apps/metacity/window_keybindings/move_to_workspace_left metacity string - disabled + <Shift><Alt>Left Move window one workspace to the left @@ -664,7 +664,7 @@ you set /apps/metacity/window_keybindings/move_to_workspace_right metacity string - disabled + <Shift><Alt>Right Move window one workspace to the right @@ -688,7 +688,7 @@ you set /apps/metacity/window_keybindings/move_to_workspace_up metacity string - disabled + <Shift><Alt>Up Move window one workspace up @@ -712,7 +712,7 @@ you set /apps/metacity/window_keybindings/move_to_workspace_down metacity string - disabled + <Shift><Alt>Down Move window one workspace down