mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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>
|
||||
* src/tools/metacity-properties.desktop.in :
|
||||
change in the tooltip suggested in ui-review.
|
||||
|
@ -639,7 +639,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default>disabled</default>
|
||||
<default><Shift><Alt>Left</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace to the left</short>
|
||||
<long>
|
||||
@ -664,7 +664,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default>disabled</default>
|
||||
<default><Shift><Alt>Right</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace to the right</short>
|
||||
<long>
|
||||
@ -688,7 +688,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default>disabled</default>
|
||||
<default><Shift><Alt>Up</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace up</short>
|
||||
<long>
|
||||
@ -712,7 +712,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default>disabled</default>
|
||||
<default><Shift><Alt>Down</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace down</short>
|
||||
<long>
|
||||
|
Loading…
Reference in New Issue
Block a user