mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Added keybindings for moving windows between workspaces. Fixes #91944
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user