mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 19:55:53 +01:00
revert to using the text box for echoing commands
This commit is contained in:
@@ -122,7 +122,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
<hbox id="vimperator-commandline" hidden="false" class="hl-Normal">
|
||||
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
|
||||
<textbox class="plain" id="vimperator-commandline-command" flex="1" hidden="false" type="timed" timeout="100"
|
||||
<textbox class="plain" id="vimperator-commandline-command" flex="1" type="timed" timeout="100"
|
||||
onkeypress="vimperator.commandline.onEvent(event);"
|
||||
oninput="vimperator.commandline.onEvent(event);"
|
||||
onfocus="vimperator.commandline.onEvent(event);"
|
||||
|
||||
Reference in New Issue
Block a user