-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Holding M3 and M5 should repeat command #3653
Comments
@RamseyKal hello, This is how firmware is programmed. M3, M5 in your case emit a special keycode that G-Helper can intercept (and run corresponding action). But they do it once per press. M1, M2 - just emit volume control media keys on firmware level (we have discussed this with you before) - so they just keep spamming those while you keep key pressed. G-Helper can intercept them as well, and run corresponding command again :) But since here key spams - action also keep repeating. |
I think you mean M3, M5, M1, M2, right :)? F keys are very different for me and they do repeat commands. I am not referring to F keys for this request though. "F1, F2 - just emit volume control media keys on firmware level (we have discussed this with you before)" |
@RamseyKal yes, sorry, i meant M-keys |
But back to your question - as we discussed in other issue. AC has some proprietary way to rebind keys on firmware level (so they just start emitting codes directly), while G-Helper doesn't do that and just intercepts key-presses and runs new command by itself. I did some reverse-engineering in this regard, and it should be possible to rebind keys on firmware level, but I need some time to test it and check if it makes sense to revamp a whole thing. |
That would be awesome and I would be available for testing if you need my help. |
Rules
Is your feature request related to a problem? Please describe
Not sure if this is a little bug or if it's just not coded in to the Asus system or G-Helper.
I have M3 and M5 set to Brightness Down / Brightness Up respectively. When I hold M3 to make it lower screen brightness, it only does it once.
Same with M5 to increase monitor brightness.
If I put those 2 commands as M1 and M2, they work fine and we can increase/decrease by just holding M1/M2.
I'm forced to use M3/M5 due to this.
Describe the solution you'd like
Holding M3 and M5 keys should repeat the command.
Describe alternatives you've considered
No response
Device and Model
Asus G18 - G814JZ
Additional information.
No response
The text was updated successfully, but these errors were encountered: