Bug 321939 - Legacy XUL attribute 'xulkey'; (Av1-CC) /suite/*; r=mnyromyr

This commit is contained in:
Serge Gautherie 2009-04-20 22:00:36 +02:00
Родитель 2236756543
Коммит 758dbd8d33
5 изменённых файлов: 9 добавлений и 14 удалений

Просмотреть файл

@ -5,7 +5,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Mac-specific key bindings -->
<keyset id="editorKeySet" xulkey="meta">
<keyset id="editorKeySet">
<!-- Mac bindings for home and end -->
<key id="macHomekb" keycode="VK_HOME"
@ -21,4 +21,3 @@
<!-- End Mac-specific key bindings -->
</keybinding>

Просмотреть файл

@ -5,7 +5,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Mac-specific key bindings -->
<keyset id="editorKeySet" xulkey="meta">
<keyset id="editorKeySet">
<!-- replace the Windows/Unix xul-Y Redo binding with xul-shift-Z -->
<key id="noWinRedo" key="y" cancel="true" modifiers="accel"/>
@ -48,4 +48,3 @@
<!-- End Mac-specific key bindings -->
</keybinding>

Просмотреть файл

@ -4,8 +4,8 @@
<keybinding id="platformBrowserBindings"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- xul key for Windows -->
<keyset id="globalKeySet" xulkey="ctrl">
<!-- Windows-specific keybindings -->
<keyset id="globalKeySet">
<!-- other keybindings for cut/copy/paste -->
<key id="winAlternativeCutKey" keycode="VK_DELETE"
@ -35,9 +35,8 @@
var controller =
document.commandDispatcher.getControllerForCommand('cmd_selectBottom');
controller.doCommand('cmd_selectBottom');" modifiers="shift, control"/>
</keyset>
</keyset>
<!-- End Windows-specific keybindings -->
</keybinding>

Просмотреть файл

@ -4,9 +4,8 @@
<keybinding id="platformEditorBindings"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- xul key for Windows -->
<keyset id="editorKeySet" xulkey="ctrl">
<!-- Windows-specific keybindings -->
<keyset id="editorKeySet">
<!-- alternate cut/copy/paste keys for Windows -->
<key id="winAlternateCutKey" keycode="VK_DELETE"
@ -63,9 +62,8 @@
var controller =
document.commandDispatcher.getControllerForCommand('cmd_moveBottom');
controller.doCommand('cmd_moveBottom');" modifiers="control"/>
</keyset>
</keyset>
<!-- End Windows-specific keybindings -->
</keybinding>

Просмотреть файл

@ -178,7 +178,7 @@
<key keycode="&findPrevCmd.key2;" command="cmd_findPrev" modifiers="shift"/>
<!-- Options Menu -->
<!-- key id="key_selectAddresses" xulkey="true" key="&selectAddressCmd.key;" command="cmd_selectAddress"/ -->
<!-- key id="key_selectAddresses" key="&selectAddressCmd.key;" command="cmd_selectAddress"/ -->
<key id="key_checkspelling"
key="&checkSpellingCmd2.key;"
command="cmd_spelling"