1
0
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:
Kris Maglione
2011-10-06 01:02:11 -04:00
parent 09a3bfcaac
commit 1b781416c9
10 changed files with 255 additions and 50 deletions

View File

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