mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
Possble fix ESC
This commit is contained in:
@@ -73,6 +73,7 @@ int32_t KbI2cBase::runOnce()
|
||||
switch (key.key) {
|
||||
case 'p': // TAB
|
||||
if (is_sym) {
|
||||
e.inputEvent = ANYKEY;
|
||||
e.kbchar = 0x09; // TAB Scancode
|
||||
is_sym = false; // reset sym state after second keypress
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user