sc-controller icon indicating copy to clipboard operation
sc-controller copied to clipboard

User-mode driver and GTK3 based GUI for Steam Controller

Results 28 sc-controller issues
Sort by recently updated
recently updated
newest added

I see that there's "EOL release" in the description - is the fork being dropped, or was that just a typoed QOL? https://github.com/Ryochan7/sc-controller/releases/tag/v0.4.8.13

Fixes #108 EDIT: Accidentally changed too much due to a bug in VSC and symlinks, pushed over it. EDIT2: I see this has been previously attempted and not done due...

This removes the 6 lines of combined newlines and PyGLibOptionArg warnings. It would probably enjoy some testing, I just made sure the app opens with it. ```bash [0] % sc-controller...

Found out there's still a bunch of calls to python2 in the interpreter line when running namcap. The rest are python3, and then there are two inconsistent python ones as...

While Wayland itself is missing a central overlay/osd system the compositors that are based on wlroots have layer shell which allows this feature. I've cobbled together a proof-of-concept fork and...

Hi, thanks for maintaining this fork of sc-controller. At some point, sc-controller lost the ability to show the tray icon on sway/wayland. I think this might be related to something...

Hey @Ryochan7, big thanks for the Python 3 port of sc-controller. I've been using it to mimic a generic controller as an Xbox 360 controller, and everything's great, except for...

While mapping the gyro to 'cemuhook' works while emulation is active, there is currently no way to use direct gyro input concurrently with Steam bindings on programs that support DSU...

Configured the right stick to use as mouse for old game on Steam Deck with Gentoo. ``` "rstick": { "action": "mouse()" }, ``` `evtest`on the "SCController Mouse" device returns no...

I run the daemon as shown below. The exception showed up after I suspended and resumed with `systemctl suspend`. After the wake up, none of the bound buttons seem to...