Jump to content

Logitech G15 keyboard special keys


Recommended Posts

Is there any way to get those 18 G keys supported with autoit Send functions? I was thinking if its not possible to interact directly, then i could bind a certain complex hotkey like Ctrl+Alt+F10 to a certain G key and then use that hotkey in autoit. Help much appreciated. Thanks.

Link to comment
Share on other sites

Is there any way to get those 18 G keys supported with autoit Send functions? I was thinking if its not possible to interact directly, then i could bind a certain complex hotkey like Ctrl+Alt+F10 to a certain G key and then use that hotkey in autoit. Help much appreciated. Thanks.

Try this. If these keys do not pass the scan code, I think this do not so easy.
Link to comment
Share on other sites

look for the HID post by authenticity.

It will show you how to get detect the key. You can then map them accordingly.

Very interesting! Give me a link, please. Which scan-codes will generate the macro-keys? Say?

@darkmaster071

G1 => CTRL-ALT-F10, then

HotKeySet('^!{F10}', 'MyFunc')
Edited by Yashied
Link to comment
Share on other sites

Thanks guys, the key scanner Yashied posted is great. It detects all the keys. Cool stuff, but i think ill use this simple hotkey option for now. That keyboard scanner is some great code, will save it >_

Edited by darkmaster071
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...