ReleaseEngineering/How To/Self Provision a TaskCluster Windows Instance: Difference between revisions

Jump to navigation Jump to search
→‎Fedora: variables instead of placeholders
(→‎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:<username> /p:'<password>' /kbd:409 /w:1024 /h:768 +clipboard /v:<ip_address>
   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:<username> /p:'<password>' /kbd:809 /w:1024 /h:768 +clipboard /v:<ip_address>
   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
22

edits

Navigation menu