/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/rdesktop.1
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/rdesktop.1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 936 by stargo, Thu Jun 30 22:29:16 2005 UTC revision 1024 by matthewc, Thu Nov 3 11:07:48 2005 UTC
# Line 1  Line 1 
1  .TH rdesktop 1 "March 2005"  .TH rdesktop 1 "November 2005"
2  .SH NAME  .SH NAME
3  .I rdesktop  .I rdesktop
4  \- Remote Desktop Protocol client  \- Remote Desktop Protocol client
# Line 37  standard input). Line 37  standard input).
37  Client hostname.  Normally rdesktop automatically obtains the hostname of the  Client hostname.  Normally rdesktop automatically obtains the hostname of the
38  client.  client.
39  .TP  .TP
40  .BR "-k <layout>"  .BR "-k <keyboard-map>"
41  Keyboard layout to emulate.  This requires a corresponding keymap file to be  Keyboard layout to emulate.  This requires a corresponding keymap file to be
42  installed.  The standard keymaps provided with rdesktop follow the RFC1766  installed.  The standard keymaps provided with rdesktop follow the RFC1766
43  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.
44  en-us, en-gb, de, fr, sv, etc.  The default is en-us (a US keyboard).  en-us, en-gb, de, fr, sv, etc.
45    
46    The default keyboard map depends on the current locale (LC_* and LANG
47    environment variables). If the current locale is unknown, the default
48    keyboard map is en-us (a US English keyboard).
49    
50    The keyboard maps are file names, which means that they are case
51    sensitive. The standard keymaps are all in lowercase.
52    
53    The keyboard maps are searched relative to the directories
54    $HOME/.rdesktop/keymaps, KEYMAP_PATH (specified at build time), and
55    $CWD/keymaps, in this order. The keyboard-map argument can also be an
56    absolute filename.
57    
58    The special value `none' can be used instead of a keyboard map.
59    In this case, rdesktop will guess the scancodes from the X11 event key
60    codes using an internal mapping method. This method only supports the
61    basic alphanumeric keys and may not work properly on all platforms
62    so its use is discouraged.
63  .TP  .TP
64  .BR "-g <geometry>"  .BR "-g <geometry>"
65  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry  Desktop geometry (WxH). If geometry is the special word "workarea", the geometry

Legend:
Removed from v.936  
changed lines
  Added in v.1024

  ViewVC Help
Powered by ViewVC 1.1.26