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 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 {u"keypress", nullptr, u" ", u"shift", u"cmd_scrollPageUp"}, 6 {u"keypress", nullptr, u" ", nullptr, u"cmd_scrollPageDown"}, 7 {u"keypress", u"VK_UP", nullptr, nullptr, u"cmd_moveUp"}, 8 {u"keypress", u"VK_DOWN", nullptr, nullptr, u"cmd_moveDown"}, 9 {u"keypress", u"VK_LEFT", nullptr, nullptr, u"cmd_moveLeft"}, 10 {u"keypress", u"VK_RIGHT", nullptr, nullptr, u"cmd_moveRight"}, 11 {u"keypress", nullptr, u"x", u"accel", u"cmd_cut"}, 12 {u"keypress", nullptr, u"c", u"accel", u"cmd_copy"}, 13 {u"keypress", nullptr, u"v", u"accel", u"cmd_paste"}, 14 {u"keypress", nullptr, u"z", u"accel", u"cmd_undo"}, 15 {u"keypress", nullptr, u"z", u"accel,shift", u"cmd_redo"}, 16 {u"keypress", nullptr, u"a", u"accel", u"cmd_selectAll"}, 17