mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:37:59 +01:00
no beep on f18<esc> with 'hto' > 0
This commit is contained in:
@@ -53,6 +53,10 @@ vimperator.Hints = function() //{{{
|
|||||||
valid_hints = [];
|
valid_hints = [];
|
||||||
canUpdate = false;
|
canUpdate = false;
|
||||||
hintsGenerated = false;
|
hintsGenerated = false;
|
||||||
|
|
||||||
|
if (activeTimeout)
|
||||||
|
clearTimeout(activeTimeout);
|
||||||
|
activeTimeout = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// this function 'click' an element, which also works
|
// this function 'click' an element, which also works
|
||||||
|
|||||||
Reference in New Issue
Block a user