Genovation
29
MacroMasterKBxx
control of the LED from the system tray using a mouse or from a completely
different application (using messaging to the supplied system tray application). A
DLL is also provided.
You can send a message to the supplied tray icon application using the form
shown here:
// Lparam: 06 = flash the led, 05 = turn it on, 04 = turn it off.
HANDLE Wnd;
Wnd = FindWindow(NULL, "Genovation ControlPadLED");
if(Wnd)
PostMessage(Wnd, 0x0683, (WPARAM)0x00E4, (LPARAM)0x0006);
Alternatively, using the demonstration tray application as a guide, you can create
your own application that accesses the LED over USB directly.
Multimedia and More Keys
The KB170 fully supports the following multimedia keys.
PS/2
USB
Comment
E0 4D
00B5
Scan Next Track
E0 15
00B6
Scan Previous Track
E0 3B
00B7
Stop
E0 34
00CD
Play/Pause
E0 23
00E2
Mute
E0 32
00E9
Volume Up
E0 21
00EA
Volume Down
E0 50
0183
Media Select
E0 48
018A
E0 2B
0192
Calculator
E0 40
0194
My Computer
E0 10
0221
Web Search
E0 3A
0223
Web Browser/Home
E0 38
0224
Web Back
E0 30
0225
Web Forward
E0 28
0226
Web Stop
E0 20
0227
Web Refresh
E0 18
022A
Web Favourites
E0 3B
00B7
USB Eject*
* Not all operations are available on all operating systems.
And these keys as well:
PS/2
USB
Comment