mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
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. |
||
|---|---|---|
| .. | ||
| action_items.hpp | ||
| context_api.cpp | ||
| debug_api.cpp | ||
| debug_items.hpp | ||
| keyboard_api.cpp | ||
| meson.build | ||
| options_api.cpp | ||
| state_api.cpp | ||
| test_kmx_context.cpp | ||
| test_kmx_xstring.cpp | ||