mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
Possble fix ESC
This commit is contained in:
parent
ecd48db69c
commit
312028b161
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user