22
edits
(→How is it triggered?: syntax corrected) |
(→Fedora: variables instead of placeholders) |
||
Line 84: | Line 84: | ||
# if you have an American English (en-US) keyboard: | # if you have an American English (en-US) keyboard: | ||
xfreerdp /u: | xfreerdp /u:$username /p:"$password" /kbd:409 /w:1024 /h:768 +clipboard /v:$ip_address | ||
# if you have a Queen's English (en-GB) keyboard: | # if you have a Queen's English (en-GB) keyboard: | ||
xfreerdp /u: | xfreerdp /u:$username /p:"$password" /kbd:809 /w:1024 /h:768 +clipboard /v:$ip_address | ||
For other keyboard layouts, see: https://github.com/FreeRDP/FreeRDP/blob/master/include/freerdp/locale/keyboard.h | For other keyboard layouts, see: https://github.com/FreeRDP/FreeRDP/blob/master/include/freerdp/locale/keyboard.h |
edits