abourget / shuttle-go

Contour Design Shuttle Pro V2 drivers for Linux, in Go, with modifiers and just more slick.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressed keys and general settings

chrisgualo opened this issue · comments

Hello! I just recently found this software, it is awesome! Thanks for the hard work!

Is there a way to continue sending the key while a button is down? I am trying to configure a button to, for example, increase volume. However, the output in the terminal only shows two states, up and down, so I think I'm unable to succeed.

I have no coding experience at all, but I can understand something (I was able to compile it, lol). I can however contribute with templates. I am currently working on two for Krita and Blender, but I have yet to find how to contribute to the project with that at least.

It would also be good to have a "general" setting to, for example, always use the shuttle or the jog as scroll down/up.

Thanks! And sorry if it is not the proper way of reporting something!

Is this what you mean: when you press button X on the Shuttle Pro, you can instruct it to send a first Y, and after a few milliseconds, send Y again, and again and again until X is released?

Thats how i understand it, cause i actually was also searching for such an option.
like Chris explained...pressing and holding down a shuttle-button and continiously getting a expl. "XF86AudioRaiseVolume".

Hello. Yes, that would be a good way of implementing that! Press button X and send Y over and over again (separated by milliseconds) until X is released, you were correct.