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:
Anders Carlsson 2002-05-04 23:40:12 +00:00 committed by Anders Carlsson
parent 80fb12a0b9
commit 011a7f77a6
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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 "&lt;Control&gt;a" or
"&lt;Shift&gt;&lt;Alt&gt;F1.
@ -1100,7 +1100,7 @@ you set
<applyto>/apps/metacity/global_keybindings/switch_to_workspace_up</applyto>
<owner>metacity</owner>
<type>string</type>
<default>&lt;Alt&gt;Up</default>
<default>&lt;Control&gt;&lt;Alt&gt;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>&lt;Alt&gt;Down</default>
<default>&lt;Control&gt;&lt;Alt&gt;Down</default>
<locale name="C">
<short>Switch to workspace below the current space</short>
<long>