/[rdesktop]/sourceforge.net/trunk/rdesktop/scancodes.h
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/scancodes.h

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

revision 66 by astrand, Thu Jul 18 18:28:12 2002 UTC revision 516 by matthewc, Tue Oct 28 03:20:43 2003 UTC
# Line 108  Line 108 
108    
109  /* Only on US keyboard */  /* Only on US keyboard */
110  #define SCANCODE_KEY_29 0x2b  #define SCANCODE_KEY_29 0x2b
111  #define SCANCODE_CHAR_BACKSPACE SCANCODE_KEY_291  #define SCANCODE_CHAR_BACKSLASH SCANCODE_KEY_29
112    
113  #define SCANCODE_KEY_30 0x3a  #define SCANCODE_KEY_30 0x3a
114  #define SCANCODE_CHAR_CAPSLOCK SCANCODE_KEY_30  #define SCANCODE_CHAR_CAPSLOCK SCANCODE_KEY_30
# Line 235  Line 235 
235  /* Key 82 does not exist */  /* Key 82 does not exist */
236    
237  #define SCANCODE_KEY_83 (SCANCODE_EXTENDED | 0x48)  #define SCANCODE_KEY_83 (SCANCODE_EXTENDED | 0x48)
238  #define SCANCODE_CHAR_UPARROW SCANCODE_KEY_82  #define SCANCODE_CHAR_UPARROW SCANCODE_KEY_83
239    
240  #define SCANCODE_KEY_84 (SCANCODE_EXTENDED | 0x50)  #define SCANCODE_KEY_84 (SCANCODE_EXTENDED | 0x50)
241  #define SCANCODE_CHAR_DNARROW SCANCODE_KEY_84  #define SCANCODE_CHAR_DNARROW SCANCODE_KEY_84
# Line 310  Line 310 
310  /* Key 109 does not exist */  /* Key 109 does not exist */
311    
312  #define SCANCODE_KEY_110 0x1  #define SCANCODE_KEY_110 0x1
313  #define SCANCODE_CHAR_ESC SCANCODE_KEY_109  #define SCANCODE_CHAR_ESC SCANCODE_KEY_110
314    
315  /* Key 111 does not exist */  /* Key 111 does not exist */
316    
# Line 350  Line 350 
350  #define SCANCODE_KEY_123 0x58  #define SCANCODE_KEY_123 0x58
351  #define SCANCODE_CHAR_F12 SCANCODE_KEY_123  #define SCANCODE_CHAR_F12 SCANCODE_KEY_123
352    
353  /* FIXME */  /* Key 124: The Print Screen sequence is complicated, and
354  #define SCANCODE_KEY_124 0x0     hardcoded in xkeymap.c */
 #define SCANCODE_CHAR_PRINTSCREEN SCANCODE_KEY_124  
355    
356  #define SCANCODE_KEY_125 0x46  #define SCANCODE_KEY_125 0x46
357  #define SCANCODE_CHAR_SCROLLLOCK SCANCODE_KEY_125  #define SCANCODE_CHAR_SCROLLLOCK SCANCODE_KEY_125
358    
359  /* FIXME */  /* Key 126: The Pause and Break sequences is complicated, and
360  #define SCANCODE_KEY_126 0x0     hardcoded in xkeymap.c */
 #define SCANCODE_CHAR_PAUSE SCANCODE_KEY_125  
361    
362  /*  /*
363     The keys below does not have any key location number     The keys below does not have any key location number

Legend:
Removed from v.66  
changed lines
  Added in v.516

  ViewVC Help
Powered by ViewVC 1.1.26