benkuper / Chataigne

Artist-friendly Modular Machine for Art and Technology
https://benjamin.kuperberg.fr/chataigne
GNU General Public License v3.0
1.22k stars 58 forks source link

AB Shutter3 button #236

Closed BENJ9299 closed 4 months ago

BENJ9299 commented 5 months ago

Hello I want to use a bluetooth button which is usually used for selfies. This is recognized as a keyboard on Mac and it sends the volume up command (Keycode 115) unfortunately Chataigne does not recognize this key and it is impossible for me to reprogram it... If there is a way to find a solution, that would be great. THANKS

calebwest-SS commented 5 months ago

If you are set on using Chataigne, at this point your best bet would be using something like AutoHotkey to "repatch" this input as something Chataigne can read.

benkuper commented 5 months ago

You can try the latest bleeding edge, I added a keycode value in the keyboard module, it may show what you need. Also, please mention your OS and Chataigne version when posting questions, issues like that are likely OS dependant