zocker-160 / keyboard-center

Application for mapping macro keys on Logitech keyboards
GNU General Public License v3.0
65 stars 2 forks source link

Feature Request: Cycle Commands #53

Closed Doomer-Cat closed 2 weeks ago

Doomer-Cat commented 10 months ago
  1. press key
  2. 1st command executes
  3. press key again
  4. 2nd command executes
  5. press key again
  6. 1st command executes ... and so on

Maybe like a checkbox or something

zocker-160 commented 10 months ago

Understood, this should be doable.

Only minor issue is that I am not sure what you as a user would expect to happen if one or more of the actions is a delay, skip it?

Doomer-Cat commented 10 months ago

Understood, this should be doable.

Only minor issue is that I am not sure what you as a user would expect to happen if one or more of the actions is a delay, skip it?

I'd say skip it, if one would really want to add one there is still the sleep .3s && command option right

PS: Thanks for accepting my request

zocker-160 commented 2 weeks ago

I know it has been a while my implementation of this request is not a checkbox as it would make things very complicated for me if I add a separate checkbox for each possible variation requested.

So with version v2 you can now use lua scripting to implement what you are asking for, I have created an example script here.