Skip to content
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

Macro Repeat on held functionality #18

Open
Philbeey opened this issue Mar 20, 2022 · 4 comments
Open

Macro Repeat on held functionality #18

Philbeey opened this issue Mar 20, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@Philbeey
Copy link

As per the other feature request listed.

I would like to request macro functionality of repeat on held key.

Adjustable parameters for delays for keystroke up and down and between each set.

I suppose in sense a turbo function from SNES controllers of years gone by.

Useful for reducing unnecessary finger strain from repeated finger slamming keys. Especially useful for rapidly spamming a button in archaic programs.

@Philbeey Philbeey added the enhancement New feature or request label Mar 20, 2022
@AlexDygma
Copy link
Member

Hey @Philbeey !

This can be problematic if the macro can trigger several times each second, you will have a hard time limiting the amount of repetitions you are going to achieve.

we could in fact create an option to activate this for each macro key you map, and let them run wild, in case this is too much, we could also add a value for the repetition timeout in ms, which will let you customize the number of times it triggers each second.

What do you think? will this be useful?

@Philbeey
Copy link
Author

Philbeey commented Apr 21, 2022 via email

@acdoussan
Copy link

acdoussan commented Jun 17, 2023

Here is a screenshot of how this is implemented on the g600 mouse. Could basically add the same thing to the screen where you select the macro for the key. The dropdown allows for none, while pressed, or toggled.

The specific use case I'm working with right now is skipping whole words. On Mac this is alt+arrow key, on windows it's Ctrl+arrow key

As far as I am aware macros are the only way to bind multiple key presses to the same key. Without a "repeat while held" option for macro keys, I have to re-press the same key to skip each word, rather than holding it down to skip multiple words like I would if I was pressing each key on my own.

I've tried directly using the arrow key + a modifier as well, rather than a custom macro. I see the same behavior where it doesn't repeat if held. This must use a macro under the hood or something.

I've seen posts from 2+ years ago asking for this feature. This doesn't seem like a priority based on that. I didn't look too much into the software before buying the raise and learning that this feature is missing has me strongly considering a return. I find it really odd that this keyboard is marketed as a gaming keyboard without this feature. Every "gaming" peripheral that I have had that supports macros supports this feature.

I really love this keyboard layout and I would prefer not to return it. Are there any firmware/hardware updates that also need to be made to support this, or can this be supported with just a configurator update? I might be willing to do this myself depending on the complexity level. Any pointers in the right direction would be helpful. I could even live without the toggle option, and only have it repeat while the key is held if that reduces the difficulty.

image

@Philbeey
Copy link
Author

Philbeey commented Jun 18, 2023 via email

@alexpargon alexpargon transferred this issue from Dygmalab/Bazecor Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants