mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:47:57 +01:00
no beep on f18<esc> with 'hto' > 0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user