/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/keymapping.txt
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/keymapping.txt

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

revision 272 by astrand, Tue Nov 19 13:59:56 2002 UTC revision 543 by astrand, Mon Nov 3 13:33:35 2003 UTC
# Line 13  the plain old interface as well, at leas Line 13  the plain old interface as well, at leas
13    
14  There are still some small problems.  There are still some small problems.
15    
16  * NumLock handling: NumLock is switched off when typing a non-numlock  * CapsLock: CapsLock changes are never sent to the RDP
17    key. rdesktop does not know which keys are NumLock-dependent and    server. rdesktop does not know which keys that are modified by
18    not. When you type a numlock-dependent key again, NumLock is    CapsLock and which are not. So, the CapsLock indicator in Wordpad
19    switched on on the server again. The only problem really is that the    etc will always be off.
   NumLock indicator in Wordpad etc switches on and off when you type.  
   
 * CapsLock: CapsLock changes are never sent to the RDP server. This is  
   a problem of the same type as NumLock: rdesktop does not know which  
   keys that are modified by CapsLock and which are not. So, the  
   CapsLock indicator in Wordpad etc will always be off.  
20    
21  Composing/Multi_key is supported. For more information, see:  Composing/Multi_key is supported. For more information, see:
22    
# Line 71  scancode value to put into the map file Line 65  scancode value to put into the map file
65    
66  python -c "print hex(0x80 | 0x52)"  python -c "print hex(0x80 | 0x52)"
67    
68  If flags are "altgr", "shift", "numlock", the scancode sent for this  If flags are "altgr", "shift", the scancode sent for this
69  keysym will be prefix with AltGr, Shift or Numlock.  keysym will be prefix with AltGr, or Shift.
70    
71  If flags include "addupper", an translation for this keysyms uppercase  If flags include "addupper", an translation for this keysyms uppercase
72  name will as well, in addition to the non-uppercase name. Example:  name will as well, in addition to the non-uppercase name. Example:
# Line 144  When you need to add a translation to a Line 138  When you need to add a translation to a
138    
139      3. Put the scancode (from step 2) and keysym name (found in the      3. Put the scancode (from step 2) and keysym name (found in the
140      error message) into the keymap file.      error message) into the keymap file.
141    
142    
143    Special keys
144    ============
145    
146    * The combination Ctrl-Alt-Enter toggles between fullscreen and
147      non-fullscreen mode.
148    
149    * Meta, Hyper and Super are treated as windows keys. RDP4 does not
150      support the windows keys though, so if you are running RDP4, these
151      keys will translate to Ctrl-Esc.
152    
153    
154    Links
155    =====
156    http://www.win.tue.nl/~aeb/linux/kbd/scancodes.html

Legend:
Removed from v.272  
changed lines
  Added in v.543

  ViewVC Help
Powered by ViewVC 1.1.26