1
0
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:
Kris Maglione
2009-11-09 23:00:56 -05:00
parent dd924d0822
commit 95fa7a4037
4 changed files with 298 additions and 8 deletions

View File

@@ -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))