Erstam
July 28th, 2005, 08:50 AM
Hello everybody,
in G3 I have defined several hotkeys to launch applications. All hotkeys consist of the WIN key + a letter (e.g. WIN + i to launch Internet Explorer). I want to transfer these to G4b4.
in G3 these keys work fine, in G4 they do not only launch the application but also launch the Windows start menu. The start menu get's triggered by the Up event of the WIN key (code 5B00000LE). Here is the event log when I press WIN + i (first event is the bottommost). "490000L0 <DOWN>" is the code I assigned to the hotkey action event.
Keyboard 5B00000LE <UP>
Keyboard 4900000L0 <UP>
Internet Explorer Command executed
OSD Lua Success (Nothing Triggered)
Keyboard 4900000L0 <DOWN>
Keyboard 5B00000L0 <DOWN>
I only want to start the application and don't want to open the start menu. Does anyone know how I would do this?
Erstam
in G3 I have defined several hotkeys to launch applications. All hotkeys consist of the WIN key + a letter (e.g. WIN + i to launch Internet Explorer). I want to transfer these to G4b4.
in G3 these keys work fine, in G4 they do not only launch the application but also launch the Windows start menu. The start menu get's triggered by the Up event of the WIN key (code 5B00000LE). Here is the event log when I press WIN + i (first event is the bottommost). "490000L0 <DOWN>" is the code I assigned to the hotkey action event.
Keyboard 5B00000LE <UP>
Keyboard 4900000L0 <UP>
Internet Explorer Command executed
OSD Lua Success (Nothing Triggered)
Keyboard 4900000L0 <DOWN>
Keyboard 5B00000L0 <DOWN>
I only want to start the application and don't want to open the start menu. Does anyone know how I would do this?
Erstam