mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 22:35:45 +01:00
Resurrect my range finder, Part I.
This commit is contained in:
@@ -1063,6 +1063,9 @@ const Events = Module("events", {
|
||||
if (stop)
|
||||
killEvent();
|
||||
}
|
||||
catch (e) {
|
||||
liberator.reportError(e);
|
||||
}
|
||||
finally {
|
||||
let motionMap = (this._input.pendingMotionMap && this._input.pendingMotionMap.names[0]) || "";
|
||||
if (!(modes.extended & modes.HINTS))
|
||||
|
||||
Reference in New Issue
Block a user