this post was submitted on 28 Feb 2024
16 points (100.0% liked)
Free and Open Source Software
17934 readers
17 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I appreciated your message, like everyone else’s here. It’s still amazing for me that I have my tiny, contrived idea of what I need, a whim, or a problem (that doesn’t exist) on a level of “duh, this button and color scheme doesn’t represent my spirit animal well enough”, and yet — there are people willing to put an effort and their time into replying, sharing their ideas / knowledge with me..
With Steam Input I once had such a twisted situation — circus would be the word to describe it best. It just somehow stopped working after my Windows updated once and made all my USB ports unusable so I had no input at all.. and simultaneously in Safe Mode Steam didn’t want to start — so I just couldn’t untick that hellish option, deleting steam made things even worse, it was my second bluescreen on W10 since installation. Luckily some registry magic did the trick and I am never again touching the Steam Input.
I will probably continue using and one day get used to Kodi, but it won’t stop me from searching for a player or something that will have the closest functionality to what I am looking for.
Ah, good ol' Microsoft. Always finding ways to "surprise" us.
I know you can use AutoHotKey to map controller input as well, but I totally understand why you might not want to after that other mess happened (and I imagine you may have actually tried this already anyway).
Anyway, no prob. I'll look around as well and if I come across anything, I'll let you know.
In the meantime, I hope your search goes well!
Why.. Why I haven’t thought about that..
Thank You! I am using my AHK script for so many different things already but I have never thought that I even could map controller inputs to do anything there.. When I was rewriting things from v1 to v2 and tidying everything up, I was reading the wiki a lot but not even once saw controller mapping as an option.
Or maybe I just don’t remember?
I always knew AHK was really versatile but it just keeps on coming with yet another pleasant surprise! Plenty of reading ahead of me!
Lol, actually that's on me. I was an idiot and confused AHK with Joy2Key for some reason.
However, I did find this on the AHK wiki, although it seems like Microsoft, as usual, makes things harder than they need to be:
Still, it's worth a shot regardless. Seems like it does support gamepads but there might also be some tinkering required.
Yeah, got this page opened in my browser already, just for the v2. I will definitely play with that and do some testing on what can be achieved with all that.
I still have no clue why I didn’t even consider AHK as a solution or at least a partial solution when it was the solution so many times before already..