mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 07:24:13 +01:00
Show 'recording' message when showmode is false.
This commit is contained in:
@@ -244,7 +244,7 @@ var Events = Module("events", {
|
||||
dactyl.assert(macro == null || /[a-zA-Z0-9]/.test(macro),
|
||||
_("macro.invalid", macro));
|
||||
|
||||
modes.recording = !!macro;
|
||||
modes.recording = macro;
|
||||
|
||||
if (/[A-Z]/.test(macro)) { // uppercase (append)
|
||||
macro = macro.toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user