diff options
Diffstat (limited to 'docs/man/xrdp-genkeymap.8.in')
-rw-r--r-- | docs/man/xrdp-genkeymap.8.in | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/man/xrdp-genkeymap.8.in b/docs/man/xrdp-genkeymap.8.in new file mode 100644 index 00000000..e69d6606 --- /dev/null +++ b/docs/man/xrdp-genkeymap.8.in @@ -0,0 +1,67 @@ +.TH "xrdp\-genkeymap" "8" "@PACKAGE_VERSION@" "xrdp team" "" +.de URL +. \\$2 \(laURL: \\$1 \(ra\\$3 +.. +.if \n[.g] .mso www.tmac + +.SH "NAME" +\fBxrdp\-genkeymap\fR \- key map generator for XRDP + +.SH "SYNTAX" +.B xrdp\-genkeymap +.I file + +.SH "DESCRIPTION" +\fBxrdp\-genkeymap\fR extracts the key map used by the currently running X session to generated a mapping from Remote Desktop Protocol (RDP) key codes to X keysyms and Unicode code points. + +.SH OPTIONS +.TP +.I outfile +The key map information is stored in the file named \fIoutfile\fP. + +.SH "FILES" +.TP +.I /etc/xrdp/km-XXXXXXXX.ini +Files containing the keyboard mapping for language \fIXXXXXXXX\fP, which is a 8 digit hexadecimal number identifying the country and language code. +.RS 8 +.TP +.B 00000405 +cs Czech +.TP +.B 00000407 +de German +.TP +.B 00000409 +en-us US English +.TP +.B 0000040c +fr French +.TP +.B 00000410 +it Italian +.TP +.B 00000416 +br Portuguese (Brazil) +.TP +.B 00000419 +ru Russian +.TP +.B 0000041d +se Swedish +.TP +.B 00000809 +en-uk UK English +.RE + +.SH "AUTHORS" +Jay Sorg <jsorg71@users.sourceforge.net> +.br +Simone Fedele <ilsimo@users.sourceforge.net> + +.SH "SEE ALSO" +.BR xrdp (8), +.BR setxkbmap (1), +.BR unicode (7), +.URL "https://github.com/FreeRDP/FreeRDP/wiki/Keyboard" "Description of Keyboard Input mapping" . + +for more info on \fBxrdp\fR see http://www.xrdp.org/ |