Added
- New INI option
SwitchTimeoutMs(default80): controls theSendMessageTimeoutdeadline for layout-switch requests; lower values reduce first-letter lag on fast typing. - MSI installer WiX: installs to
%ProgramFiles%\Switchy\and registers autostart viaHKCU\...\Run. - Unit tests for the character-mapping module (
tests/test_charmap.c).
Fixed
- ASCII punctuation shared between layouts (
.,and similar) no longer gets remapped to a different symbol when converting mixed-layout text in the reverse direction.
Changed
SwitchTimeoutMsdefault reduced from 200 ms to 80 ms.