diff options
| author | Koichiro IWAO <meta@vmeta.jp> | 2016-10-11 10:59:54 +0900 |
|---|---|---|
| committer | Koichiro IWAO <meta@vmeta.jp> | 2016-10-24 15:19:23 +0900 |
| commit | 042c33a11c021c5c3d0c3f6032557bc11729d24a (patch) | |
| tree | a8d07cd2ec77ae4586fcd2f73dce8dc1fdb2fa18 /docs/man | |
| parent | c654c862064db49766835c9af37f6fce9f2f8929 (diff) | |
| download | xrdp-proprietary-042c33a11c021c5c3d0c3f6032557bc11729d24a.tar.gz xrdp-proprietary-042c33a11c021c5c3d0c3f6032557bc11729d24a.zip | |
Switch the remaining 4 hex digit keymapfile to 8 hex
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/xrdp-genkeymap.8 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/man/xrdp-genkeymap.8 b/docs/man/xrdp-genkeymap.8 index 068f04dd..9c839187 100644 --- a/docs/man/xrdp-genkeymap.8 +++ b/docs/man/xrdp-genkeymap.8 @@ -21,35 +21,35 @@ 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. +.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 0405 +.B 00000405 cs czech .TP -.B 0407 +.B 00000407 de german .TP -.B 0409 +.B 00000409 en-us us english .TP -.B 040c +.B 0000040c fr french .TP -.B 0410 +.B 00000410 it italy .TP -.B 0416 +.B 00000416 br Portuguese (Brazil) .TP -.B 0419 +.B 00000419 ru russian .TP -.B 041d +.B 0000041d se swedish .TP -.B 0809 +.B 00000809 en-uk uk english .RE |
