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

Testing #104

Closed juliagoda closed 4 years ago

juliagoda commented 4 years ago

I tried to reflect parallel keystrokes on the keyboard from the gamepad level as much as possible so that even the sequence may differ with each call, e.g. a+b+c+d can be called as b+d+c+a, or in another unpredictable order, that is, as a man would do by pressing these 4 keys quickly at once. This was not easy to do, because there is no exact reflection of this situation in the programming