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>
|
2004-02-27 Rob Adams <readams@readams.net>
|
||||||
|
|
||||||
Handle layer promotion of transient descendants of layer-promoted
|
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>
|
<applyto>/apps/metacity/window_keybindings/move_to_workspace_left</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default><Shift><Alt>Left</default>
|
<default><Control><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>
|
||||||
@ -842,7 +842,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><Shift><Alt>Right</default>
|
<default><Control><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>
|
||||||
@ -866,7 +866,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><Shift><Alt>Up</default>
|
<default><Control><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>
|
||||||
@ -890,7 +890,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><Shift><Alt>Down</default>
|
<default><Control><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