mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +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. |
||
|---|---|---|
| .. | ||
| doc | ||
| include | ||
| src | ||
| tests | ||
| .gitignore | ||
| build.bat | ||
| build.sh | ||
| getversion.bat | ||
| getversion.sh | ||
| meson.build | ||
| wasm.build.linux.in | ||
| wasm.build.mac.in | ||
| wasm.build.win.in | ||
| wasm.defs.build | ||