From 5908f88ac54e9f1aeca004d0e7ecd37ca4bd8f2a Mon Sep 17 00:00:00 2001 From: Denis Strizhkin Date: Mon, 7 Jul 2025 17:39:22 +0300 Subject: [PATCH] README.md: kbd-unicode notice --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0244532..bb28fb1 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ APP_SCAN_TIMEOUT="60" - On high-resolution (UHD) displays, you can set `RDP_SCALE` to the scale you would like to use (100, 140 or 180). - To add additional flags to the FreeRDP call (e.g. `/prevent-session-lock 120`), uncomment and use the `RDP_FLAGS` configuration option. - For multi-monitor setups, you can try adding `/multimon` to `RDP_FLAGS`. A FreeRDP bug may result in a black screen however, in which case you should revert this change. +- To enable non-English input and seamless language switching, you can try adding `/kbd:unicode` to `RDP_FLAGS`. This ensures client inputs are sent as Unicode sequences. - If you enable `DEBUG`, a log will be created on each application start in `~/.local/share/winapps/winapps.log`. - If using a system on which the FreeRDP command is not `xfreerdp` or `xfreerdp3`, the correct command can be specified using `FREERDP_COMMAND`.