spiegel-keyman/core/tests/unit/kmnkbd
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
..
action_items.hpp fix(core): emit keystroke was writing to wrong queue 2022-11-08 16:31:30 +11:00
context_api.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
debug_api.cpp fix(core): emit keystroke was writing to wrong queue 2022-11-08 16:31:30 +11:00
debug_items.hpp 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
keyboard_api.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
meson.build chore(core): move kmx_file.h to common 2022-08-11 11:34:09 +02:00
options_api.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
state_api.cpp 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
test_kmx_context.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
test_kmx_xstring.cpp chore(common): check for redefinition of defines 2022-08-11 16:29:02 +02:00