diff --git a/plugins/Kaleidoscope-AutoShift/src/kaleidoscope/plugin/AutoShift.cpp b/plugins/Kaleidoscope-AutoShift/src/kaleidoscope/plugin/AutoShift.cpp index 2c0c4df4..5392c768 100644 --- a/plugins/Kaleidoscope-AutoShift/src/kaleidoscope/plugin/AutoShift.cpp +++ b/plugins/Kaleidoscope-AutoShift/src/kaleidoscope/plugin/AutoShift.cpp @@ -138,8 +138,6 @@ EventHandlerResult AutoShift::onKeyswitchEvent(KeyEvent &event) { if (!queue_.isEmpty()) { // There's an unresolved AutoShift key press. if (queue_.isFull()) { - flushQueue(); - } else if (event.addr == queue_.addr(0)) { flushEvent(false); flushQueue(); }