From 4ab67f36684d3275f2efbe4ca5b1c0efff3e9429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 25 Aug 2023 16:44:39 +0200 Subject: [PATCH] IGOR! Fetch me the brain! --- src/input/kbI2cBase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/kbI2cBase.cpp b/src/input/kbI2cBase.cpp index 5cc829bac..366e7fbb1 100644 --- a/src/input/kbI2cBase.cpp +++ b/src/input/kbI2cBase.cpp @@ -72,6 +72,7 @@ int32_t KbI2cBase::runOnce() e.source = this->_originName; switch (key.key) { case 'p': // TAB + case 't': // TAB as well if (is_sym) { e.inputEvent = ANYKEY; e.kbchar = 0x09; // TAB Scancode