/[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 542 by astrand, Sun Aug 31 20:00:22 2003 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:

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

  ViewVC Help
Powered by ViewVC 1.1.26