mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 23:04:13 +01:00
enable vimperator.events.toString() to return keysyms for mouse events
This commit is contained in:
@@ -94,8 +94,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
</listcols>
|
||||
</listbox>
|
||||
|
||||
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true" onclick="vimperator.commandline.onMultilineOutputEvent(event)"/>
|
||||
<!--onkeypress="vimperator.commandline.onMultilineOutputEvent(event)"/-->
|
||||
<iframe id="vimperator-multiline-output" src="about:blank" flex="1" height="10px" hidden="false" collapsed="true"
|
||||
onclick="vimperator.commandline.onMultilineOutputEvent(event)"/>
|
||||
|
||||
<hbox id="vimperator-commandline" flex="1" hidden="false">
|
||||
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
|
||||
|
||||
Reference in New Issue
Block a user