kozec / sc-controller

User-mode driver and GTK3 based GUI for Steam Controller
GNU General Public License v2.0
1.53k stars 128 forks source link

Question/Request: Action on release? #538

Open RiverMatt opened 4 years ago

RiverMatt commented 4 years ago

Is there a way to make a keypress happen on release of the button? For example, when the left trigger is soft pressed, shift is pressed and released; then when the left trigger is released, shift is pressed and released again.

Also, is there an API somewhere so I could write my own commands/macros?

kozec commented 4 years ago

Yes, but only as custom command. Stuff described on that wiki page should allow you to do some more complicated tasks, and if everything else fails, you can always use shell and run some real script.