4 Input 19
4.1 Keyboard Layouts . . . . . . . . . . . . . . . . . . . . . . . . . . 20
4.2 Keyboard Layout Variants . . . . . . . . . . . . . . . . . . . . . . 23
4.3 Keyboard Input Method Editors (IMEs) . . . . . . . . . . . . . . 24
5 Redirection 26
5.1 Drive Redirection . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.2 Serial Redirection . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.3 Parallel Redirection . . . . . . . . . . . . . . . . . . . . . . . . . 28
5.4 Smartcard Redirection . . . . . . . . . . . . . . . . . . . . . . . . 28
5.5 Printer Redirection . . . . . . . . . . . . . . . . . . . . . . . . . . 28
5.6 Clipboard redirection . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.7 Audio Playback . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.8 Audio Recording . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.9 Multitouch Input . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
6 Registry Settings 31
6.1 .reg File Format . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
6.1.1 REG_DWORD (Integer) . . . . . . . . . . . . . . . . . . 33
6.1.2 REG_SZ (String) . . . . . . . . . . . . . . . . . . . . . . 33
6.1.3 REG_BINARY (Binary Data) . . . . . . . . . . . . . . . 33
6.2 Client Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
6.3 Server Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2
Chapter 1
Introduction
1.1 References
FreeRDP Developer Manual1
FreeRDP Configuration Manual2
FreeRDP Testing Manual3
1.2 Help
FreeRDP - A Free Remote Desktop Protocol Implementation
See www.freerdp.com for more information
Usage: xfreerdp [file] [options] [/v:<server>[:port]]
Syntax:
/flag (enables flag)
/option:<value> (specifies option with value)
+toggle -toggle (enables or disables toggle, where ’/’ is a synonym of ’+’)
1 https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Configuration/
FreeRDP-Developer-Manual.pdf?raw=true
2 https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Configuration/
FreeRDP-Configuration-Manual.pdf?raw=true
3 https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Testing/
FreeRDP-Testing-Manual.pdf?raw=true