juliagoda / antimicroX

Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support
GNU General Public License v3.0
92 stars 13 forks source link

"Advanced" Button Is Grayed Out #110

Closed dslamngu closed 4 years ago

dslamngu commented 4 years ago

Ubuntu 20.04 LTS Focal Fossa Built from Source, with the dependencies listed in the readme: sudo apt-get install extra-cmake-modules qttools5-dev qttools5-dev-tools libsdl2-dev libxi-dev libxtst-dev itstool gettext libqt5x11extras5-dev

I'm looking to use the Guide button for a set change. The "Advanced" button is not usable.

Screenshot from 2020-05-09 17-08-19

DaFunkShun commented 4 years ago

You need to assign a key first (in my case even click it twice) before you can use the 'Advanced' button.

juliagoda commented 4 years ago

I know, it's easy to get lost in the program at the very beginning of using it, so I changed the behaviour of the button.

dslamngu commented 4 years ago

Interesting. Thank you!