/[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 229 by astrand, Fri Oct 11 14:29:10 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  #  #
62  # Esc and Function keys  # Esc and Function keys
63  #  #
64  Escape 0x1  Escape 0x1 localstate
65  F1 0x3b  F1 0x3b localstate
66  F2 0x3c  F2 0x3c localstate
67  F3 0x3d  F3 0x3d localstate
68  F4 0x3e  F4 0x3e localstate
69  F5 0x3f  F5 0x3f localstate
70  F6 0x40  F6 0x40 localstate
71  F7 0x41  F7 0x41 localstate
72  F8 0x42  F8 0x42 localstate
73  F9 0x43  F9 0x43 localstate
74  F10 0x44  F10 0x44 localstate
75  F11 0x57  F11 0x57 localstate
76  F12 0x58  F12 0x58 localstate
77    
78  # Printscreen, Scrollock and Pause  # Printscreen, Scrollock and Pause
79  # Printscreen really requires four scancodes (0xe0, 0x2a, 0xe0, 0x37),  # Printscreen really requires four scancodes (0xe0, 0x2a, 0xe0, 0x37),
# Line 84  Scroll_Lock 0x46 Line 85  Scroll_Lock 0x46
85  #  #
86  # Insert - PgDown  # Insert - PgDown
87  #  #
88  Insert 0xd2  Insert 0xd2 localstate
89  Delete 0xd3  Delete 0xd3 localstate
90  Home 0xc7  Home 0xc7 localstate
91  End 0xcf  End 0xcf localstate
92  Page_Up 0xc9  Page_Up 0xc9 localstate
93  Page_Down 0xd1  Page_Down 0xd1 localstate
94    
95  #  #
96  # Arrow keys  # Arrow keys
97  #  #
98  Left 0xcb  Left 0xcb localstate
99  Up 0xc8  Up 0xc8 localstate
100  Down 0xd0  Down 0xd0 localstate
101  Right 0xcd  Right 0xcd localstate
102    
103  #  #
104  # Numpad  # Numpad
# Line 107  KP_Multiply 0x37 Line 108  KP_Multiply 0x37
108  KP_Subtract 0x4a  KP_Subtract 0x4a
109  KP_Add 0x4e  KP_Add 0x4e
110  KP_Enter 0x9c  KP_Enter 0x9c
111  KP_Decimal 0x33  
112    KP_Decimal 0x53 numlock
113    KP_Separator 0x53 numlock
114    KP_Delete 0x53
115    
116  KP_0 0x52 numlock  KP_0 0x52 numlock
117  KP_Insert 0x52  KP_Insert 0x52
# Line 137  KP_Up 0x48 Line 141  KP_Up 0x48
141    
142  KP_9 0x49 numlock  KP_9 0x49 numlock
143  KP_Page_Up 0x49  KP_Page_Up 0x49
144    
145    #
146    # Inhibited keys
147    #
148    Caps_Lock 0x0 inhibit
149    Multi_key 0x0 inhibit
150    Num_Lock 0x0 inhibit
151    KP_Begin 0x0 inhibit

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

  ViewVC Help
Powered by ViewVC 1.1.26