mirror of
https://github.com/brl/mutter.git
synced 2024-11-08 23:16:20 -05:00
Change move_to_workspace_left/right/up/down keybindings to
2004-02-27 Rob Adams <readams@readams.net> * src/metacity.schemas.in: Change move_to_workspace_left/right/up/down keybindings to <Control><Alt><Shift> arrow to avoid conflicting with new keybindings in spacial nautilus.
This commit is contained in:
parent
9739346c85
commit
036a61d198
@ -1,3 +1,10 @@
|
||||
2004-02-27 Rob Adams <readams@readams.net>
|
||||
|
||||
* src/metacity.schemas.in: Change
|
||||
move_to_workspace_left/right/up/down keybindings to
|
||||
<Control><Alt><Shift> arrow to avoid conflicting with new
|
||||
keybindings in spacial nautilus.
|
||||
|
||||
2004-02-27 Rob Adams <readams@readams.net>
|
||||
|
||||
Handle layer promotion of transient descendants of layer-promoted
|
||||
|
@ -817,7 +817,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default><Shift><Alt>Left</default>
|
||||
<default><Control><Shift><Alt>Left</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace to the left</short>
|
||||
<long>
|
||||
@ -842,7 +842,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_right</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default><Shift><Alt>Right</default>
|
||||
<default><Control><Shift><Alt>Right</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace to the right</short>
|
||||
<long>
|
||||
@ -866,7 +866,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_up</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default><Shift><Alt>Up</default>
|
||||
<default><Control><Shift><Alt>Up</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace up</short>
|
||||
<long>
|
||||
@ -890,7 +890,7 @@ you set
|
||||
<applyto>/apps/metacity/window_keybindings/move_to_workspace_down</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default><Shift><Alt>Down</default>
|
||||
<default><Control><Shift><Alt>Down</default>
|
||||
<locale name="C">
|
||||
<short>Move window one workspace down</short>
|
||||
<long>
|
||||
|
Loading…
Reference in New Issue
Block a user