1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-11 01:03:31 +02:00

added a visual bell and replaced the 'beep' option with 'visualbell'

This commit is contained in:
Doug Kearns
2007-09-08 09:50:33 +00:00
parent 635b6258c1
commit eb26d2cdc3
6 changed files with 36 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
</hbox>
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
onkeypress="vimperator.commandline.onMultilineOutputEvent(event)"/>
onkeypress="vimperator.commandline.onMultilineOutputEvent(event)"/>
<textbox id="vimperator-multiline-input" class="plain" flex="1" rows="10" hidden="false" collapsed="true" multiline="true"
onkeypress="vimperator.commandline.onMultilineInputEvent(event);"
@@ -116,6 +116,10 @@ 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>
<!-- TODO: move to browser-stack? -->
<box id="vimperator-visualbell" hidden="true"/>
</window>
</overlay>