spiegel-keyman/core/tests
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
..
standards chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
unit fix(core): emit keystroke was writing to wrong queue 2022-11-08 16:31:30 +11:00
meson.build chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00