1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 04:45:46 +01:00

Fix some bugs.

This commit is contained in:
Kris Maglione
2010-12-22 22:54:57 -05:00
parent f36bd842a3
commit 8d9c2cddc0
4 changed files with 6 additions and 2 deletions

View File

@@ -1122,7 +1122,7 @@ const Events = Module("events", {
return true;
let ret = execute(map, null, this.count);
return map.route && ret;
return !(map.route && ret);
}
}
else if (mappings.getCandidates(this.main, candidateCommand).length > 0 && !event.skipmap) {