mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 05:03:32 +01:00
Fix rapid succession <Tab><Tab> when busy. Don't wait for all contexts to complete when processing <Tab>
This commit is contained in:
@@ -85,6 +85,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<label class="plain" id="liberator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
|
||||
<textbox class="plain" id="liberator-commandline-command" flex="1" type="timed" timeout="100"
|
||||
oninput="liberator.modules.commandline.onEvent(event);"
|
||||
onkeyup="liberator.modules.commandline.onEvent(event);"
|
||||
onfocus="liberator.modules.commandline.onEvent(event);"
|
||||
onblur="liberator.modules.commandline.onEvent(event);"/>
|
||||
</hbox>
|
||||
|
||||
Reference in New Issue
Block a user