mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Currently, sdl-freerdp.json file is parsed at every keypress, which is just wrong. Instead, parse it at startup and remember the key configuration for the whole session. The same should be done for SDL3 I guess. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>