From b0fc6ade5bdde2f071fec83d647575b6fa13415c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 5 Dec 2020 19:16:54 +0100 Subject: [PATCH] Document how to use a non-default keyboard layout (with AZERTY example) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdef984..c495fb6 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,10 @@ RDP_PASS="MyWindowsPassword" #RDP_DOMAIN="MYDOMAIN" #RDP_IP="192.168.123.111" #RDP_SCALE=100 -#RDP_FLAGS="" +# Uncomment the line below if using a French (AZERTY) keyboard layout: +#RDP_FLAGS="/kbd:0x0000040C" +# Run `xfreerdp /kbd-list` in a terminal to see a list of keyboard layout codes. + #MULTIMON="true" #DEBUG="true" ``` @@ -177,8 +180,8 @@ The following optional commands can be used to manage your application configura ## Shout outs - Some icons pulled from - - Fluent UI React - Icons under [MIT License](https://github.com/Fmstrat/fluent-ui-react/blob/master/LICENSE.md) + - Fluent UI React - Icons under [MIT License](https://github.com/Fmstrat/fluent-ui-react/blob/master/LICENSE.md) - Fluent UI - Icons under [MIT License](https://github.com/Fmstrat/fluentui/blob/master/LICENSE) with [restricted use](https://static2.sharepointonline.com/files/fabric/assets/microsoft_fabric_assets_license_agreement_nov_2019.pdf) - PKief's VSCode Material Icon Theme - Icons under [MIT License](https://github.com/Fmstrat/vscode-material-icon-theme/blob/master/LICENSE.md) - DiemenDesign's LibreICONS - Icons under [MIT License](https://github.com/Fmstrat/LibreICONS/blob/master/LICENSE) - +