mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 06:45:45 +01:00
Fix q mapping's action arg.
See revision 45b2508a55c9.
This commit is contained in:
@@ -1248,7 +1248,7 @@ var Events = Module("events", {
|
||||
// macros
|
||||
mappings.add([modes.NORMAL, modes.TEXT_AREA, modes.PLAYER].filter(util.identity),
|
||||
["q"], "Record a key sequence into a macro",
|
||||
function (arg) {
|
||||
function ({ arg }) {
|
||||
events._macroKeys.pop();
|
||||
events[modes.recording ? "finishRecording" : "startRecording"](arg);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user