mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 10:44:12 +01:00
added a visual bell and replaced the 'beep' option with 'visualbell'
This commit is contained in:
@@ -80,7 +80,7 @@ function Events() //{{{
|
||||
|
||||
function enterPopupMode(event)
|
||||
{
|
||||
if (event.originalTarget.localName == "tooltip")
|
||||
if (event.originalTarget.localName == "tooltip" || event.originalTarget.id == "vimperator-visualbell")
|
||||
return;
|
||||
|
||||
vimperator.addMode(null, vimperator.modes.MENU);
|
||||
|
||||
Reference in New Issue
Block a user