mirror of
https://github.com/brl/mutter.git
synced 2024-11-08 23:16:20 -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>
|
||||
|
||||
* src/window.c (update_net_wm_type): correctly print things if the
|
||||
|
@ -542,9 +542,9 @@ you set
|
||||
<type>string</type>
|
||||
<default>disabled</default>
|
||||
<locale name="C">
|
||||
<short>Move window to workspace 6</short>
|
||||
<short>Move window to workspace 12</short>
|
||||
<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
|
||||
"<Shift><Alt>F1.
|
||||
@ -1100,7 +1100,7 @@ you set
|
||||
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default><Alt>Up</default>
|
||||
<default><Control><Alt>Up</default>
|
||||
<locale name="C">
|
||||
<short>Switch to workspace above the current space</short>
|
||||
<long>
|
||||
@ -1125,7 +1125,7 @@ you set
|
||||
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_down</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default><Alt>Down</default>
|
||||
<default><Control><Alt>Down</default>
|
||||
<locale name="C">
|
||||
<short>Switch to workspace below the current space</short>
|
||||
<long>
|
||||
|
Loading…
Reference in New Issue
Block a user