1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-15 06:13:32 +01:00

add a visual bell and replace 'beep' with 'visualbell'

This commit is contained in:
Doug Kearns
2007-09-05 18:49:26 +00:00
parent 517dea72e1
commit 908124ce22
7 changed files with 38 additions and 13 deletions

View File

@@ -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);