Incorrect button mapping
Describe the bug A clear and concise description of what the bug is.
To Reproduce
X=K
...
X=107
Hello @kitswas,
In Linux application the code key mapping is not working properly right now,
I want for example to map the "K" key to X, I press it on my keyboard and see it, but in fact it will be a different key mapped. In ini file the code for K is 107 , but it should be 37 (when I manually edit config file, key mapping works fine)
Expected behavior
X=37
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Log File
Attach LogFile.log from the same folder as VGamepadPC.exe.
Confirmed. Found the root cause.
Investigating possible fixes.