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

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

revision 65 by matthewc, Thu Apr 4 12:04:33 2002 UTC revision 66 by astrand, Thu Jul 18 18:28:12 2002 UTC
# Line 1  Line 1 
1  01 Escape  include modifiers
2  0e BackSpace  
3  0f Tab ISO_Left_Tab  #
4  1c Return  # Top row
5  1d Control_L  #
6  2a Shift_L  1 0x2
7  36 Shift_R  2 0x3
8  37 KP_Multiply  3 0x4
9  38 Alt_L  4 0x5
10  39 space  5 0x6
11  3a Caps_Lock  6 0x7
12  3b F1  7 0x8
13  3c F2  8 0x9
14  3d F3  9 0xa
15  3e F4  0 0xb
16  3f F5  BackSpace 0xe
17  40 F6  
18  41 F7  #
19  42 F8  # QWERTY first row
20  43 F9  #
21  44 F10  Tab 0xf
22  45 Num_Lock  q 0x10 addupper
23  46 Scroll_Lock  w 0x11 addupper
24  47 KP_Home KP_7  e 0x12 addupper
25  48 KP_Up KP_8  r 0x13 addupper
26  49 KP_Prior KP_9  t 0x14 addupper
27  4a KP_Subtract  y 0x15 addupper
28  4b KP_Left KP_4  u 0x16 addupper
29  4c KP_Begin KP_5  i 0x17 addupper
30  4d KP_Right KP_6  o 0x18 addupper
31  4e KP_Add  p 0x19 addupper
32  4f KP_End KP_1  
33  50 KP_Down KP_2  #
34  51 KP_Next KP_3  # QWERTY second row
35  52 KP_Insert KP_0  #
36  53 KP_Delete KP_Decimal  a 0x1e addupper
37  54 Print  s 0x1f addupper
38  57 F11  d 0x20 addupper
39  58 F12  f 0x21 addupper
40  9c KP_Enter  g 0x22 addupper
41  9d Control_R  h 0x23 addupper
42  b8 Alt_R  j 0x24 addupper
43  c7 Home  k 0x25 addupper
44  c8 Up  l 0x26 addupper
45  c9 Prior  Return 0x1c
46  cb Left  
47  cd Right  #
48  cf End  # QWERTY third row
49  d0 Down  #
50  d1 Next  z 0x2c addupper
51  d2 Insert  x 0x2d addupper
52  d3 Delete  c 0x2e addupper
53    v 0x2f addupper
54    b 0x30 addupper
55    n 0x31 addupper
56    m 0x32 addupper
57    
58    space 0x39
59    
60    #
61    # Esc and Function keys
62    #
63    Escape 0x1
64    F1 0x3b
65    F2 0x3c
66    F3 0x3d
67    F4 0x3e
68    F5 0x3f
69    F6 0x40
70    F7 0x41
71    F8 0x42
72    F9 0x43
73    F10 0x44
74    F11 0x57
75    F12 0x58
76    
77    # Printscreen, Scrollock and Pause
78    # Printscreen really requires four scancodes (0xe0, 0x2a, 0xe0, 0x37),
79    # but (0xe0, 0x37) seems to work.
80    Print 0xb7
81    Scroll_Lock 0x46
82    # Pause requires five scancodes. TBD.
83    
84    #
85    # Insert - PgDown
86    #
87    Insert 0xd2
88    Delete 0xd3
89    Home 0xc7
90    End 0xcf
91    Page_Up 0xc9
92    Page_Down 0xd1
93    
94    #
95    # Arrow keys
96    #
97    Left 0xcb
98    Up 0xc8
99    Down 0xd0
100    Right 0xcd
101    
102    #
103    # Numpad
104    #
105    KP_Divide 0xb5
106    KP_Multiply 0x37
107    KP_Subtract 0x4a
108    KP_Add 0x4e
109    KP_Enter 0x9c
110    KP_Decimal 0x33
111    
112    KP_0 0x52 numlock
113    KP_Insert 0x52
114    
115    KP_1 0x4f numlock
116    KP_End 0x4f
117    
118    KP_2 0x50 numlock
119    KP_Down 0x50
120    
121    KP_3 0x51 numlock
122    KP_Page_Down 0x51
123    
124    KP_4 0x4b numlock
125    KP_Left 0x4b
126    
127    KP_5 0x4c numlock
128    
129    KP_6 0x4d numlock
130    KP_Right 0x4d
131    
132    KP_7 0x47 numlock
133    KP_Home 0x47
134    
135    KP_8 0x48 numlock
136    KP_Up 0x48
137    
138    KP_9 0x49 numlock
139    KP_Page_Up 0x49

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

  ViewVC Help
Powered by ViewVC 1.1.26