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 148 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 When binding a key to type a string of text which...

bug

- `joykeyrepeathelper.h` and `joykeyrepeathelper.cpp` are not compiled. - There are hidden key repeat settings in `mainsettingsdialog.ui`. - Just search for "keyrepeat" in the repo. Todo: - [x] Learn what this...

good first issue
refactor
low-priotity

After running antimicrox we get warnings from QCommandLineParser informing about checking not defined options. These are caused by some partialy implemented features ``` antimicrox --log-level info ❗WARN QCommandLineParser: option not...

bug
refactor

It would be good to think about rewriting advanced button dialog to easier to use form. ![obraz](https://user-images.githubusercontent.com/45544416/140962234-52c4283f-2f3f-45a4-88fc-c8c9fee01f9a.png) It is not very convenient, nor intuitive. It is a bit inconsistent (for...

enhancement
refactor

It would be good to add proper building instructions for Windows (installing packages/libs etc.) in `BUILDING.md`. Preferably using msys2. It is already used with CI. It works good and allows...

documentation
good first issue
Windows
low-priotity

It would be good to improve logging in case of windows builds (or at least remove some mess) TODO - [x] Lack of special characters https://github.com/AntiMicroX/antimicrox/pull/363 Linux logs: ``` ⚪VERBOSE...

enhancement
Windows
low-priotity

Linked with https://github.com/AntiMicroX/antimicrox/issues/45 It would be good to find some universal library dealing with system notifications and use it instead of currently used popup window. Check: https://api.kde.org/frameworks/knotifications/html/index.html https://api.kde.org/frameworks/knotifications/html/classKNotification.html

enhancement
good first issue

This is how it looks now: ![obraz](https://user-images.githubusercontent.com/45544416/149956902-2285e258-c2a2-4d34-b8bd-54363a4f331c.png) It would be good to use some SVG image (or maybe something with better defined edges), because this image doesn't look very good...

enhancement
good first issue
low-priotity

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm setting up some keyboard shortcuts using sets. When I get...

bug

We have a repo for profiles but it's hard for non-technical users to work with the repo and repo tree is not SEO friendly at all. we could create a...

enhancement