mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 10:55:46 +01:00
Document events.finishRecording.
This commit is contained in:
@@ -418,6 +418,7 @@ var Events = Module("events", {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/** Terminates the recording of the current key event macro. */
|
||||||
finishRecording: function () {
|
finishRecording: function () {
|
||||||
modes.recording = false;
|
modes.recording = false;
|
||||||
this._macros.set(this._currentMacro, {
|
this._macros.set(this._currentMacro, {
|
||||||
|
|||||||
Reference in New Issue
Block a user