Skip to content

Remap Mouse Turbo Clicker to other keys #23

Answered by getreuer
frgmnt asked this question in Q&A
Discussion options

You must be logged in to vote

That's an interesting use case. Thanks for this idea. To repeatedly click another key, you can change the keycode sent in Mouse Turbo Click's callback . I just pushed a commit to make this a bit easier: define MOUSE_TURBO_CLICK_KEY in your config.h as the key to be repeatedly clicked.

In config.h:

// Repeatedly click the Space key.
#define MOUSE_TURBO_CLICK_KEY KC_SPC

As it is, Mouse Turbo Click is limited to manipulating a single key, so unfortunately there isn't a direct way to use it to do turbo pressing for both Space and G. I'll think about whether there's a way to expand this library to turbo pressing keys more generally while hopefully keeping it simple enough to use.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by getreuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants