VirtualGamePad-PC icon indicating copy to clipboard operation
VirtualGamePad-PC copied to clipboard

Incorrect button mapping

Open armensarkisoff opened this issue 1 month ago • 1 comments

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)

Image

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.

armensarkisoff avatar Nov 25 '25 14:11 armensarkisoff

Confirmed. Found the root cause.
Investigating possible fixes.

kitswas avatar Nov 28 '25 06:11 kitswas