Files
SDL/src
Dimitriy Ryazantcev 7e86b6aef2 Win32: Fix keymap for keyboard layouts that can print UTF-16 surrogates and ligatures
Old implementation with `MapVirtualKey(..., MAPVK_VK_TO_CHAR) & 0x7FFFF` simply returned `A`..`Z` for VK_A..VK_Z and
completely useless <U+0002 START OF TEXT> (`WCH_LGTR 0xF002` without high-order bit) in case of ligature.

See https://kbdlayout.info/features/ligatures for a list of affected keyboard layouts.
More info on `MAPVK_VK_TO_CHAR`: https://stackoverflow.com/a/72464584/1795050
2023-11-28 11:11:33 -08:00
..
2023-11-09 14:18:36 -08:00
2023-11-16 10:28:54 -08:00
2023-11-09 14:18:36 -08:00
2023-09-25 18:02:40 +02:00
2023-11-09 14:18:36 -08:00
2023-11-08 14:14:41 -08:00
2023-11-09 14:18:36 -08:00
2023-11-09 14:18:36 -08:00
2023-11-09 14:18:36 -08:00
2023-11-23 04:30:56 +03:00
2023-11-10 06:33:39 -08:00
2023-11-09 14:18:36 -08:00
2023-01-09 09:41:41 -08:00
2023-11-09 14:18:36 -08:00
2023-01-09 09:41:41 -08:00
2023-11-09 14:18:36 -08:00
2023-11-09 14:18:36 -08:00
2023-11-09 14:18:36 -08:00
2023-11-09 14:18:36 -08:00
2023-01-09 09:41:41 -08:00
2023-01-09 09:41:41 -08:00
2023-10-11 22:38:00 -07:00
2023-11-09 14:18:36 -08:00