Programming the PC Presenter
Send_Strings (Cont.)
Decimal | Hexadecimal | Keystroke |
|
|
|
142 | $8E | F12 |
|
|
|
143 | $8F | NUM LOCK |
|
|
|
144 | $90 | CAPS LOCK |
|
|
|
145 | $91 | INSERT |
|
|
|
146 | $92 | DELETE |
|
|
|
147 | $93 | HOME |
|
|
|
148 | $94 | END |
|
|
|
149 | $95 | PAGE UP |
|
|
|
150 | $96 | PAGE DOWN |
|
|
|
151 | $97 | SCROLL LOCK |
|
|
|
152 | $98 | PAUSE |
|
|
|
153 | $99 | BREAK |
|
|
|
154 | $9A | PRINT SCREEN |
|
|
|
155 | $9B | SYSRQ |
|
|
|
156 | $9C | TAB |
|
|
|
157 | $9D | WINDOWS |
|
|
|
158 | $9E | MENU |
|
|
|
159 | $9F | UP ARROW |
|
|
|
160 | $A0 | DOWN ARROW |
|
|
|
161 | $A1 | LEFT ARROW |
|
|
|
162 | $A2 | RIGHT ARROW |
|
|
|
192 | $C0 | CTRL key up |
|
|
|
193 | $C1 | ALT key up |
|
|
|
194 | $C2 | SHIFT key up |
|
|
|
Mouse Control Channels
While on, channels 1 through 32 will move the mouse cursor in one of 16 directions and one of two speeds. The following table lists the direction and speed for each channel.
Mouse Control Channels
Channel | Direction | Speed |
|
|
|
1 | North | @speed1 |
|
|
|
2 | North/Northeast | @speed1 |
|
|
|
3 | Northeast | @speed1 |
|
|
|
4 | East/Northeast | @speed1 |
|
|
|
5 | East | @speed1 |
|
|
|
6 | East/Southeast | @speed1 |
|
|
|
7 | Southeast | @speed1 |
|
|
|
8 | South/Southeast | @speed1 |
|
|
|
9 | South | @speed1 |
|
|
|
10 | South/Southwest | @speed1 |
|
|
|
11 | Southwest | @speed1 |
|
|
|
12 | West/Southwest | @speed1 |
|
|
|
13 | West | @speed1 |
|
|
|
PC Presenter | 25 |
|
|
|
|