mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
IGOR! Fetch me the brain!
This commit is contained in:
@@ -72,6 +72,7 @@ int32_t KbI2cBase::runOnce()
|
|||||||
e.source = this->_originName;
|
e.source = this->_originName;
|
||||||
switch (key.key) {
|
switch (key.key) {
|
||||||
case 'p': // TAB
|
case 'p': // TAB
|
||||||
|
case 't': // TAB as well
|
||||||
if (is_sym) {
|
if (is_sym) {
|
||||||
e.inputEvent = ANYKEY;
|
e.inputEvent = ANYKEY;
|
||||||
e.kbchar = 0x09; // TAB Scancode
|
e.kbchar = 0x09; // TAB Scancode
|
||||||
|
|||||||
Reference in New Issue
Block a user