Bug 1750871 - run mochitest-remote on fission everywhere. r=releng-reviewers,aki
[gecko.git] / toolkit / content / editMenuKeys.inc.xhtml
blob0def1c270dd780f085bb17975f71982ece565ba7
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 <!-- These key nodes are here only for show. The real bindings come from
6 XBL, in platformHTMLBindings.xml. See bugs 57078 and 71779. -->
8 <keyset id="editMenuKeys">
9 <key id="key_undo" data-l10n-id="text-action-undo-shortcut" modifiers="accel" command="cmd_undo"/>
10 <key id="key_redo"
11 #ifdef XP_UNIX
12 data-l10n-id="text-action-undo-shortcut"
13 modifiers="accel,shift"
14 #else
15 data-l10n-id="text-action-redo-shortcut"
16 modifiers="accel"
17 #endif
18 command="cmd_redo"/>
19 <key id="key_cut" data-l10n-id="text-action-cut-shortcut" modifiers="accel" command="cmd_cut"/>
20 <key id="key_copy" data-l10n-id="text-action-copy-shortcut" modifiers="accel" command="cmd_copy"/>
21 <key id="key_paste" data-l10n-id="text-action-paste-shortcut" modifiers="accel" command="cmd_paste"/>
22 <key id="key_delete" keycode="VK_DELETE" command="cmd_delete"/>
23 <key id="key_selectAll" data-l10n-id="text-action-select-all-shortcut" modifiers="accel" command="cmd_selectAll"/>
24 <key id="key_find" key="&findCmd.key;" modifiers="accel" command="cmd_find"/>
25 <key id="key_findAgain" key="&findAgainCmd.key;" modifiers="accel" command="cmd_findAgain"/>
26 <key id="key_findPrevious" key="&findAgainCmd.key;" modifiers="shift,accel" command="cmd_findPrevious"/>
27 <key id="key_findAgain2" keycode="&findAgainCmd.key2;" command="cmd_findAgain"/>
28 <key id="key_findPrevious2" keycode="&findAgainCmd.key2;" modifiers="shift" command="cmd_findPrevious"/>
29 </keyset>