spiegel-keyman/core/tests/unit
Marc Durdin 42a9f2ca72 fix(core): emit keystroke was writing to wrong queue
Fixes #7649.

emit_keystroke code path in kmx processor was writing directly to the
core queue instead of to the internal kmx processor queue. This caused
it to be out-of-order in the actions sent to the engine/debugger.

Engines didn't really care but it broke the debugger, for example if
only a deadkey was in the buffer and backspace was pressed, Developer
would assert as it would get unexpected context for the deletions.
2022-11-08 16:31:30 +11:00
..
json chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
kmnkbd fix(core): emit keystroke was writing to wrong queue 2022-11-08 16:31:30 +11:00
kmx chore(core): tweak test path for native build unit tests 2022-08-01 14:47:44 +10:00
utftest chore(common): Merge branch 'chore/web/keyman-version-for-developer' into chore/common/move-common-core-desktop-to-core 2022-05-30 09:38:27 +10:00
meson.build chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
test_assert.h chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
test_color.h chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00