/[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 66 by astrand, Thu Jul 18 18:28:12 2002 UTC revision 249 by astrand, Tue Oct 29 12:29:17 2002 UTC
# Line 19  BackSpace 0xe Line 19  BackSpace 0xe
19  # QWERTY first row  # QWERTY first row
20  #  #
21  Tab 0xf  Tab 0xf
22    ISO_Left_Tab 0xf shift
23  q 0x10 addupper  q 0x10 addupper
24  w 0x11 addupper  w 0x11 addupper
25  e 0x12 addupper  e 0x12 addupper
# Line 55  b 0x30 addupper Line 56  b 0x30 addupper
56  n 0x31 addupper  n 0x31 addupper
57  m 0x32 addupper  m 0x32 addupper
58    
59  space 0x39  space 0x39 localstate
60    
61    less 0x56
62    greater 0x56 shift
63    bar 0x56 altgr
64    brokenbar 0x56 shift altgr
65    
66  #  #
67  # Esc and Function keys  # Esc and Function keys
68  #  #
69  Escape 0x1  Escape 0x1 localstate
70  F1 0x3b  F1 0x3b localstate
71  F2 0x3c  F2 0x3c localstate
72  F3 0x3d  F3 0x3d localstate
73  F4 0x3e  F4 0x3e localstate
74  F5 0x3f  F5 0x3f localstate
75  F6 0x40  F6 0x40 localstate
76  F7 0x41  F7 0x41 localstate
77  F8 0x42  F8 0x42 localstate
78  F9 0x43  F9 0x43 localstate
79  F10 0x44  F10 0x44 localstate
80  F11 0x57  F11 0x57 localstate
81  F12 0x58  F12 0x58 localstate
82    
83  # Printscreen, Scrollock and Pause  # Printscreen, Scrollock and Pause
84  # Printscreen really requires four scancodes (0xe0, 0x2a, 0xe0, 0x37),  # Printscreen really requires four scancodes (0xe0, 0x2a, 0xe0, 0x37),
85  # but (0xe0, 0x37) seems to work.  # but (0xe0, 0x37) seems to work.
86  Print 0xb7  Print 0xb7 localstate
87    Sys_Req 0xb7 localstate
88    Execute 0xb7 localstate
89  Scroll_Lock 0x46  Scroll_Lock 0x46
 # Pause requires five scancodes. TBD.  
90    
91  #  #
92  # Insert - PgDown  # Insert - PgDown
93  #  #
94  Insert 0xd2  Insert 0xd2 localstate
95  Delete 0xd3  Delete 0xd3 localstate
96  Home 0xc7  Home 0xc7 localstate
97  End 0xcf  End 0xcf localstate
98  Page_Up 0xc9  Page_Up 0xc9 localstate
99  Page_Down 0xd1  Page_Down 0xd1 localstate
100    
101  #  #
102  # Arrow keys  # Arrow keys
103  #  #
104  Left 0xcb  Left 0xcb localstate
105  Up 0xc8  Up 0xc8 localstate
106  Down 0xd0  Down 0xd0 localstate
107  Right 0xcd  Right 0xcd localstate
108    
109  #  #
110  # Numpad  # Numpad
# Line 107  KP_Multiply 0x37 Line 114  KP_Multiply 0x37
114  KP_Subtract 0x4a  KP_Subtract 0x4a
115  KP_Add 0x4e  KP_Add 0x4e
116  KP_Enter 0x9c  KP_Enter 0x9c
117  KP_Decimal 0x33  
118    KP_Decimal 0x53 numlock
119    KP_Separator 0x53 numlock
120    KP_Delete 0x53
121    
122  KP_0 0x52 numlock  KP_0 0x52 numlock
123  KP_Insert 0x52  KP_Insert 0x52
# Line 119  KP_2 0x50 numlock Line 129  KP_2 0x50 numlock
129  KP_Down 0x50  KP_Down 0x50
130    
131  KP_3 0x51 numlock  KP_3 0x51 numlock
132  KP_Page_Down 0x51  KP_Next 0x51
133    
134  KP_4 0x4b numlock  KP_4 0x4b numlock
135  KP_Left 0x4b  KP_Left 0x4b
136    
137  KP_5 0x4c numlock  KP_5 0x4c numlock
138    KP_Begin 0x4c
139    
140  KP_6 0x4d numlock  KP_6 0x4d numlock
141  KP_Right 0x4d  KP_Right 0x4d
# Line 136  KP_8 0x48 numlock Line 147  KP_8 0x48 numlock
147  KP_Up 0x48  KP_Up 0x48
148    
149  KP_9 0x49 numlock  KP_9 0x49 numlock
150  KP_Page_Up 0x49  KP_Prior 0x49
151    
152    #
153    # Inhibited keys
154    #
155    Caps_Lock 0x0 inhibit
156    Multi_key 0x0 inhibit
157    Num_Lock 0x0 inhibit

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

  ViewVC Help
Powered by ViewVC 1.1.26