antimicrox icon indicating copy to clipboard operation
antimicrox copied to clipboard

Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.

Results 170 antimicrox issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm weird and OCD about programs keeping recent lists- I tend...

bug
good first issue
low-priotity

As a fallback icons, antimicrox uses icons from Oxygen and Mist theme. [link](https://github.com/AntiMicroX/antimicrox/tree/master/src/images) In general, app tries to use icons from the current system theme but in case of some...

enhancement
good first issue
low-priotity

It would make development on Windows easier, because currently launching app after building on windows results in error caused by missing libs. Aftec copying them into bin directory (next to...

enhancement
good first issue
Windows
low-priotity

It would fix Warning: `❗WARN File with game controller mappings "/home/paul/antimicrox/build/bin/../share/antimicrox/gamecontrollerdb.txt" does not exist` When you compile and run a built executable without proper installation. --------------------- #### Upvote & Fund...

enhancement
good first issue
low-priotity

![image](https://user-images.githubusercontent.com/45544416/196974373-8c6107ca-3242-4e59-971e-71f2739e705c.png) After pressing any hyperlink in changelog we get empty window ![image](https://user-images.githubusercontent.com/45544416/196974650-91c67289-f975-4f33-812b-214384219372.png) --------------------- #### Upvote & Fund - If you find this issue important, mark it with 👍. It lets...

bug
good first issue
low-priotity

Classes like `ButtonEditDialog` `JoyButtonSlot` (and probably many other) have many duplications in overrides constructors. For example ```cpp JoyButtonSlot::JoyButtonSlot(QObject *parent) : QObject(parent) , extraData() { deviceCode = 0; m_mode = JoyKeyboard;...

good first issue
refactor
low-priotity

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. Currently, only one...

enhancement

There are a lot of unused pieces of code in `InputDaemon` most of it is linked with the flag `#define USE_NEW_REFRESH` enabled in commit https://github.com/antimicro/antimicro/commit/93099d09d79673947c193ecc15edb137335b1267 Now big chunks of code...

good first issue
refactor
low-priotity

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. There is currently...

enhancement
good first issue

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. ![image](https://github.com/AntiMicroX/antimicrox/assets/5475472/40cc414f-2b7d-4a82-ade6-954573adbf92) Seems the...

bug
good first issue
waiting for feedback
Linux