mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 06:55:47 +01:00
Register support with a crude kill ring.
This commit is contained in:
@@ -134,6 +134,7 @@ var Map = Class("Map", {
|
||||
false);
|
||||
|
||||
try {
|
||||
dactyl.triggerObserver("mappings.willExecute", this, args);
|
||||
this.preExecute(args);
|
||||
this.executing = true;
|
||||
var res = repeat();
|
||||
|
||||
Reference in New Issue
Block a user