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) {