Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / content / editMenuKeys.inc.xhtml
blobd4331b32dc770ec9b3ac59e2201e42b022179c67
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 </keyset>