mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Also start buffering of page keys with fillcmdline_notrail
This commit is contained in:
parent
01b2ba8516
commit
8f6acd27ca
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ function* ParserController() {
|
|||
|
||||
if (response.exstr) {
|
||||
exstr = response.exstr
|
||||
if (exstr.startsWith("fillcmdline ")) { // TODO That's ugly. I need a way to know if this command is going to open the command line. Is there a better way?
|
||||
if (exstr.startsWith("fillcmdline")) { // TODO That's ugly. I need a way to know if this command is going to open the command line. Is there a better way?
|
||||
logger.debug("Starting buffering of page keys")
|
||||
bufferingPageKeysBeginTime = performance.now()
|
||||
mustBufferPageKeysForClInput = true
|
||||
|
|
Loading…
Add table
Reference in a new issue