diff options
author | Philipp Hahn <hahn@univention.de> | 2013-01-28 08:52:47 +0100 |
---|---|---|
committer | Philipp Hahn <hahn@univention.de> | 2013-01-28 11:04:29 +0100 |
commit | cae4505f5bf6432867a7ec6c87efe0c4f9630c57 (patch) | |
tree | fdd4bde0a176f83c81deed684085f8403d35cead /docs/man | |
parent | d6aed5e83feb150343e1a0cc7169782a08e39807 (diff) | |
download | xrdp-proprietary-cae4505f5bf6432867a7ec6c87efe0c4f9630c57.tar.gz xrdp-proprietary-cae4505f5bf6432867a7ec6c87efe0c4f9630c57.zip |
doc: xrdp-genkeymap manual page
Add manual page for key map generation utility.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/Makefile.am | 1 | ||||
-rw-r--r-- | docs/man/xrdp-genkeymap.8 | 67 |
2 files changed, 68 insertions, 0 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index b65ea483..bca82ccd 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -3,6 +3,7 @@ man_MANS = \ sesman.ini.5 \ xrdp.ini.5 \ xrdp.8 \ + xrdp-genkeymap.8 \ xrdp-keygen.8 \ xrdp-sesadmin.8 \ xrdp-sesman.8 \ diff --git a/docs/man/xrdp-genkeymap.8 b/docs/man/xrdp-genkeymap.8 new file mode 100644 index 00000000..068f04dd --- /dev/null +++ b/docs/man/xrdp-genkeymap.8 @@ -0,0 +1,67 @@ +.TH "xrdp\-genkeymap" "8" "0.1.0" "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-XXXX.ini +Files containing the keyboard mapping for language \fIXXXX\fP, which is a 4 digit hexadecimal number identifying the country and language code. +.RS 8 +.TP +.B 0405 +cs czech +.TP +.B 0407 +de german +.TP +.B 0409 +en-us us english +.TP +.B 040c +fr french +.TP +.B 0410 +it italy +.TP +.B 0416 +br Portuguese (Brazil) +.TP +.B 0419 +ru russian +.TP +.B 041d +se swedish +.TP +.B 0809 +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://xrdp.sf.net |