Document -k none (from Ilya Konstantinov <future@shiny.co.il>)

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1023 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2005-11-03 11:07:48 +00:00
parent c6ecd53685
commit 537d94dd76

View File

@ -1,4 +1,4 @@
.TH rdesktop 1 "March 2005" .TH rdesktop 1 "November 2005"
.SH NAME .SH NAME
.I rdesktop .I rdesktop
\- Remote Desktop Protocol client \- Remote Desktop Protocol client
@ -41,19 +41,25 @@ client.
Keyboard layout to emulate. This requires a corresponding keymap file to be Keyboard layout to emulate. This requires a corresponding keymap file to be
installed. The standard keymaps provided with rdesktop follow the RFC1766 installed. The standard keymaps provided with rdesktop follow the RFC1766
naming scheme: a language code followed by a country code if necessary - e.g. naming scheme: a language code followed by a country code if necessary - e.g.
en-us, en-gb, de, fr, sv, etc. en-us, en-gb, de, fr, sv, etc.
The default keyboard map depends on the current locale (LC_* and LANG The default keyboard map depends on the current locale (LC_* and LANG
environment variables). If no valid locale is specified, the default environment variables). If the current locale is unknown, the default
keyboard map is en-us (a US keyboard). keyboard map is en-us (a US English keyboard).
The keyboard maps are file names, which means that they are case The keyboard maps are file names, which means that they are case
sensitive. The standard keymaps are all in lowercase. sensitive. The standard keymaps are all in lowercase.
The keyboard-maps are searched relative to the directories The keyboard maps are searched relative to the directories
$HOME/.rdesktop/keymaps, KEYMAP_PATH (specified at build time), and $HOME/.rdesktop/keymaps, KEYMAP_PATH (specified at build time), and
$CWD/keymaps, in this order. The keyboard-map argument can also be an $CWD/keymaps, in this order. The keyboard-map argument can also be an
absolute filename. absolute filename.
The special value `none' can be used instead of a keyboard map.
In this case, rdesktop will guess the scancodes from the X11 event key
codes using an internal mapping method. This method only supports the
basic alphanumeric keys and may not work properly on all platforms
so its use is discouraged.
.TP .TP
.BR "-g <geometry>" .BR "-g <geometry>"
Desktop geometry (WxH). If geometry is the special word "workarea", the geometry Desktop geometry (WxH). If geometry is the special word "workarea", the geometry