mKenfenheuer / steam-deck-windows-usermode-driver

A windows usermode controller driver for the steam deck internal controller.
GNU General Public License v2.0
413 stars 23 forks source link

[FEATURE] Scripting Commands #69

Open DixieChckn opened 1 year ago

DixieChckn commented 1 year ago

Allow status control via command line

I would like to be able to control the driver status via command line without closing and relaunching the driver (enabled/paused). This would allow for the creation of customized shortcuts or "pre-launch" scripts that can control the controller state.

This can be accomplished today by programmatically killing the driver process and re-starting but the Enable/Disable function is faster and more responsive.

Additional context Add any other context or screenshots about the feature request here.