mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
- change the default for switch_to_workspace_* to be <Control><Alt>arrow as just <Alt>arrow collides with some apps (especially web browsers)
This commit is contained in:
parent
14dccacfde
commit
718b077b82
@ -1,3 +1,9 @@
|
|||||||
|
2002-05-02 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* src/metacity.schemas: change the default for switch_to_workspace_*
|
||||||
|
to be <Control><Alt>arrow as just <Alt>arrow collides with some apps
|
||||||
|
(especially web browsers)
|
||||||
|
|
||||||
2002-05-01 Havoc Pennington <hp@redhat.com>
|
2002-05-01 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/screen.c (meta_screen_new): Xlib doesn't like NULL for out
|
* src/screen.c (meta_screen_new): Xlib doesn't like NULL for out
|
||||||
|
@ -1049,7 +1049,7 @@ you set
|
|||||||
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_left</applyto>
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_left</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default><Alt>Left</default>
|
<default><Control><Alt>Left</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Switch to workspace on the left</short>
|
<short>Switch to workspace on the left</short>
|
||||||
<long>
|
<long>
|
||||||
@ -1075,7 +1075,7 @@ you set
|
|||||||
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_right</applyto>
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_right</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default><Alt>Right</default>
|
<default><Control><Alt>Right</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Switch to workspace on the right</short>
|
<short>Switch to workspace on the right</short>
|
||||||
<long>
|
<long>
|
||||||
|
Loading…
Reference in New Issue
Block a user