mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:57:59 +01:00
move global beep() command to a vimperator slot
This commit is contained in:
@@ -213,7 +213,7 @@ function Hints() //{{{
|
||||
//if (linkCount == 0 && hintmode != HINT_MODE_ALWAYS)
|
||||
if (linkCount == 0 && !vimperator.hasMode(vimperator.modes.ALWAYS_HINT))
|
||||
{
|
||||
beep();
|
||||
vimperator.beep();
|
||||
//alert('h');
|
||||
this.disableHahMode(win);
|
||||
//alert('g');
|
||||
|
||||
Reference in New Issue
Block a user