Bug 321939 - Legacy XUL attribute 'xulkey'; (Av1-CC) /suite/*; r=mnyromyr
This commit is contained in:
Родитель
2236756543
Коммит
758dbd8d33
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче