Added keybindings for moving windows between workspaces. Fixes #91944
This commit is contained in:
parent
195d136faa
commit
09cc9e5d93
@ -1,3 +1,9 @@
|
|||||||
|
2002-09-20 Arvind Samptur <arvind.samputr@wipro.com>
|
||||||
|
* src/metacity.schemas.in: added keybindings for
|
||||||
|
moving windows between workspaces.
|
||||||
|
|
||||||
|
Patch from Jeyasudha. Fixes #91944.
|
||||||
|
|
||||||
2002-09-19 Arvind Samptur <arvind.samptur@wipro.com>
|
2002-09-19 Arvind Samptur <arvind.samptur@wipro.com>
|
||||||
* src/tools/metacity-properties.desktop.in :
|
* src/tools/metacity-properties.desktop.in :
|
||||||
change in the tooltip suggested in ui-review.
|
change in the tooltip suggested in ui-review.
|
||||||
|
@ -639,7 +639,7 @@ you set
|
|||||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>disabled</default>
|
<default><Shift><Alt>Left</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Move window one workspace to the left</short>
|
<short>Move window one workspace to the left</short>
|
||||||
<long>
|
<long>
|
||||||
@ -664,7 +664,7 @@ you set
|
|||||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>disabled</default>
|
<default><Shift><Alt>Right</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Move window one workspace to the right</short>
|
<short>Move window one workspace to the right</short>
|
||||||
<long>
|
<long>
|
||||||
@ -688,7 +688,7 @@ you set
|
|||||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>disabled</default>
|
<default><Shift><Alt>Up</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Move window one workspace up</short>
|
<short>Move window one workspace up</short>
|
||||||
<long>
|
<long>
|
||||||
@ -712,7 +712,7 @@ you set
|
|||||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>disabled</default>
|
<default><Shift><Alt>Down</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Move window one workspace down</short>
|
<short>Move window one workspace down</short>
|
||||||
<long>
|
<long>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user