1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:57:58 +01:00

no beep on f18<esc> with 'hto' > 0

This commit is contained in:
Martin Stubenschrott
2007-11-09 00:24:55 +00:00
parent 59d6412637
commit 087eab6735

View File

@@ -53,6 +53,10 @@ vimperator.Hints = function() //{{{
valid_hints = [];
canUpdate = false;
hintsGenerated = false;
if (activeTimeout)
clearTimeout(activeTimeout);
activeTimeout = null;
}
// this function 'click' an element, which also works