spiegel-keyman/common/core
Eberhard Beilharz f0c3280517
fix(linux): Fix lost context after pressing K_SHIFT
This fixes typing `n>` with sil_ipa keyboard which no longer output
the expected `ŋ` because pressing the shift key reset the context.

For modifier key presses we now exit `KMX_ProcessEvent::ProcessEvent`
early.

This change also removes a redundant line from engine.c. Clearing
the context happens in `reset_context()` again if necessary.

Fixes #5591.
2021-08-18 19:26:45 +02:00
..
desktop fix(linux): Fix lost context after pressing K_SHIFT 2021-08-18 19:26:45 +02:00
web Merge pull request #5451 from keymanapp/refactor/web/vkbd-layout-encapsulation 2021-08-17 08:35:49 +07:00