mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Fix a spelling error and change switch_to_workspace_up and
2002-05-05 Anders Carlsson <andersca@gnu.org> * src/metacity.schemas: Fix a spelling error and change switch_to_workspace_up and switch_to_workspace_down to use Ctrl+Alt since Nautilus uses Alt now.
This commit is contained in:
parent
80fb12a0b9
commit
011a7f77a6
@ -1,3 +1,9 @@
|
|||||||
|
2002-05-05 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* src/metacity.schemas: Fix a spelling error and change
|
||||||
|
switch_to_workspace_up and switch_to_workspace_down to use
|
||||||
|
Ctrl+Alt since Nautilus uses Alt now.
|
||||||
|
|
||||||
2002-05-04 Havoc Pennington <hp@pobox.com>
|
2002-05-04 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/window.c (update_net_wm_type): correctly print things if the
|
* src/window.c (update_net_wm_type): correctly print things if the
|
||||||
|
@ -542,9 +542,9 @@ you set
|
|||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>disabled</default>
|
<default>disabled</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Move window to workspace 6</short>
|
<short>Move window to workspace 12</short>
|
||||||
<long>
|
<long>
|
||||||
The keybinding used to move a window to workspace 6.
|
The keybinding used to move a window to workspace 12.
|
||||||
|
|
||||||
The format looks like "<Control>a" or
|
The format looks like "<Control>a" or
|
||||||
"<Shift><Alt>F1.
|
"<Shift><Alt>F1.
|
||||||
@ -1100,7 +1100,7 @@ you set
|
|||||||
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default><Alt>Up</default>
|
<default><Control><Alt>Up</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Switch to workspace above the current space</short>
|
<short>Switch to workspace above the current space</short>
|
||||||
<long>
|
<long>
|
||||||
@ -1125,7 +1125,7 @@ you set
|
|||||||
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_down</applyto>
|
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_down</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default><Alt>Down</default>
|
<default><Control><Alt>Down</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Switch to workspace below the current space</short>
|
<short>Switch to workspace below the current space</short>
|
||||||
<long>
|
<long>
|
||||||
|
Loading…
Reference in New Issue
Block a user