mirror / pcsxr

https://pcsxr.svn.codeplex.com/svn/pcsxr
GNU General Public License v3.0
78 stars 94 forks source link

[Question] Controller configuration #13

Open christiansiewert opened 6 years ago

christiansiewert commented 6 years ago

Hey, thank you for this awesome software!

How can I set in the settings dialog for the controllers that I assign two keys on my controller to a function?

Key --> button
D-Pad-Up --> Joystick: Axis 1- / Hat 0 Up

When I click on "change" and assign a controller key, the field looses focus when I'm done, so I cannot assign two keys.

Can you help please?

Best, Christian

johnny-mac commented 5 years ago

Try using antimicro as a work around. github.com/antimicro/antimicro

You can build it for QT5 and QT4... I prefer to build it with QT4 for darker themes. the arch AUR has PKGBUILDs that can show you how to build it from source-code, its super easy with cmake, dependencies are listed on the AUR package pages & on the github page.

christiansiewert commented 5 years ago

I'll take a look, thank you.