mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +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) {
|
switch (key.key) {
|
||||||
case 'p': // TAB
|
case 'p': // TAB
|
||||||
if (is_sym) {
|
if (is_sym) {
|
||||||
|
e.inputEvent = ANYKEY;
|
||||||
e.kbchar = 0x09; // TAB Scancode
|
e.kbchar = 0x09; // TAB Scancode
|
||||||
is_sym = false; // reset sym state after second keypress
|
is_sym = false; // reset sym state after second keypress
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user