spiegel-keyman/core/src
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
..
kmx fix(core): emit keystroke was writing to wrong queue 2022-11-08 16:31:30 +11:00
mock chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
context.hpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
debug.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
jsonpp.cpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
jsonpp.hpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
keyboard.cpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
keyboard.hpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
km_kbp_context_api.cpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
km_kbp_debug_api.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
km_kbp_keyboard_api.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
km_kbp_options_api.cpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
km_kbp_processevent_api.cpp feat(core): add km_kbp_event API endpoint 2022-09-07 10:24:01 +10:00
km_kbp_state_api.cpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
meson.build fix(core): Add missing include files 2022-10-20 17:06:35 +02:00
option.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
option.hpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
path.hpp chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
processor.hpp chore(core): mark unused parameters 2022-09-07 10:36:35 +10:00
state.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
state.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
utfcodec.cpp chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
utfcodec.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
version.rc chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00