- #STEELSERIES WOW MOUSE KEYS NOT WORKING DRIVER#
- #STEELSERIES WOW MOUSE KEYS NOT WORKING SOFTWARE#
- #STEELSERIES WOW MOUSE KEYS NOT WORKING CODE#
Yeah I saw you AHI but that seems way too much work for me at the moment to do all those steps and it may not even work, because I don't think the keyboard send any code to the OS for the M1-12 and MX1-10 keys. The AHI source code is in C# tho, not AHK. If AHI does not support what you want at the moment, but could feasibly be made to, I would be interested in trying and implement it.
#STEELSERIES WOW MOUSE KEYS NOT WORKING DRIVER#
If the keyboard sends scancodes to it's driver when these macro keys are pressed, then you *might* be able to intercept and mutate them before they hit the OS. So on the SS Engine macro keys I'm for example sending from M1 RControl + F1, and then trying to use AHK to convert this to F13, which didn't worked with neither codes I tried above.ĮvilC wrote:By the way, if you check out AHI in my signature, it's a wrapper for the Interception keyboard/mouse filter driver. Softwares recognize F13-F24, but some softwares I use do not accept keystrokes, only one key as shortcut, and some games also accept only 2 keys, not 3. Logitech has a different engine and while it doesn't lists F13-F24, it recognizes it if sent to it like you did. If I use the same exact code you suggested to make F12 send a F5 for example, it works, to F12 send and F13, it stays empty as nothing was pressed. The SS engine, which handles all the keyboard functions, doesn't recognize the F13-F24 keys, I already researched about this, that's why sending an F13 to the SS Engine keyboard macro editor doesn't work.
#STEELSERIES WOW MOUSE KEYS NOT WORKING SOFTWARE#
SteelSeries APEX keyboard have many extra keys so we can create macros for them using the SS Engine software I may try to explain better, maybe i'm explaining it the wrong way. Surely you just need it as a "Transport Key" so that buttons on your keyboard can trigger AHK code? I don't see the use in using AHK to convert CTRL+F1 to F13? If other apps do not respond to F13, what use will that be? PS: I have a LGS mouse and yeah, I can use AHK to send F13, like you did on your post, and softwares recognize it, but not SS Macro editor, so that's why I'm trying to intercept a keystroke from the keyboard and then convert to F13-24 It seems that SS keyboard keeps sending CTRL even until I release it, not sure what's going on. Then I'm trying to make AutoHotkey "convert" this to F13-F24, as some softwares don't allow key combinations as shortcuts.īut for some reason also doesn't work, with the scripts I tried above. I set my M1-12 keys (Apex 350 has 12 extra keys above the F1-12) to send RCtrl+F1-F12 (this is on SS macro editor of course). So what I'm trying to do is the other way around.
No, that doesn't work with the SS Engine, it doesn't accept sending an F13-F24 to it via AHK, it just stays empty and doesn't detect anything, and we can't manually add it as the macros created from it are not on an editable file. It will see AHK send F13, then it should be available to bind. Go into the bind screen in the SS software, hit F12, then *within 2 seconds* click or whatever it is you need to do in the SS software to initiate the binding.