1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 00:15:47 +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

@@ -116,6 +116,11 @@ the terms of any one of the MPL, the GPL or the LGPL.
<key id="key_stop" keycode="VK_ESCAPE" oncommand="vimperator.events.onEscape();"/>
<!-- other keys are handled inside vimperator.js event loop -->
</keyset>
<popupset id="vimperator-popupset">
<popup id="vimperator-visualbell"/>
</popupset>
</window>
</overlay>