1
0
mirror of https://github.com/NevermindZZT/letter-shell.git synced 2025-01-21 10:02:54 +08:00

修复 多字节按键键值匹配失败后,有效按键无法匹配的问题

This commit is contained in:
Letter 2020-09-05 12:34:11 +08:00
parent 4da860a634
commit 437aa063c4

View File

@ -1674,6 +1674,7 @@ void shellHandler(Shell *shell, char data)
if (data != 0x00)
{
shell->parser.keyValue = 0x00000000;
shellNormalInput(shell, data);
}