1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 03:41:24 +02:00

Only gripe about recursive mapping execution for macro keys.

This commit is contained in:
Kris Maglione
2011-10-03 23:55:21 -04:00
parent 6ed8983b11
commit 64df9d9740
+3
View File
@@ -129,9 +129,12 @@ var Map = Class("Map", {
mappings.repeat = repeat;
if (this.executing) {
if (args.keypressEvents[0].isMacro) {
util.dumpStack(_("map.recursive", args.command));
throw FailedAssertion(_("map.recursive", args.command));
}
this.executing = false;
}
try {
this.preExecute(args);