mirror of
https://github.com/NevermindZZT/letter-shell.git
synced 2025-01-21 10:02:54 +08:00
修复 多字节按键键值匹配失败后,有效按键无法匹配的问题
This commit is contained in:
parent
4da860a634
commit
437aa063c4
@ -1674,6 +1674,7 @@ void shellHandler(Shell *shell, char data)
|
|||||||
|
|
||||||
if (data != 0x00)
|
if (data != 0x00)
|
||||||
{
|
{
|
||||||
|
shell->parser.keyValue = 0x00000000;
|
||||||
shellNormalInput(shell, data);
|
shellNormalInput(shell, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user