From 0cc060e4a498d9d18f4190fa436071f0bf54f14b Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 17 Jun 2021 18:47:43 +0200 Subject: [PATCH] wip: focus fix Signed-off-by: Gergely Nagy --- .../src/kaleidoscope/plugin/CharShift.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Kaleidoscope-CharShift/src/kaleidoscope/plugin/CharShift.cpp b/plugins/Kaleidoscope-CharShift/src/kaleidoscope/plugin/CharShift.cpp index a614debb..e7e5ad94 100644 --- a/plugins/Kaleidoscope-CharShift/src/kaleidoscope/plugin/CharShift.cpp +++ b/plugins/Kaleidoscope-CharShift/src/kaleidoscope/plugin/CharShift.cpp @@ -50,6 +50,9 @@ EventHandlerResult CharShift::onSetup() { EventHandlerResult CharShift::onNameQuery() { return ::Focus.sendName(F("CharShift")); } +EventHandlerResult CharShift::onFocusEvent(const char *command) { + return storage_->onFocusEvent(command); +} // ----------------------------------------------------------------------------- EventHandlerResult CharShift::onKeyEvent(KeyEvent &event) {