Closed MrRocket closed 3 years ago
My keyboard is a Japanese layout, so I cannot tell much about this issue. On my machine, the current automap implementation behaves in the same way as other famous ports.
Does your change make the automap behave in the same way as other ports on your machine? If so, accepting all the following keys should solve the problem.
Zoom in:
Zoom out:
Does your change make the automap behave in the same way as other ports on your machine?
Yes actually, as well as the original Doom via Dosbox.
I also noticed that the Window size in DoomApplication.cs wouldn't allow me to make the window larger, only smaller. So adding .Equal and .Semicolon to the case selections there fixes this also. ~ around lines 406 and 422 of DoomApplication.cs.
Could you check the PR #15 to confirm the problem is solved on your machine?
Yes, that fixed both issues. :)
I merged the PR. Thanks!
I'm not sure if this has to do with a typical US keyboard layout or it's just my layout.. This is on a wireless Logitech keyboard/mouse combo.
I could zoom in but I couldn't zoom out. In the AutoMap.cs I did this locally and it fixed it:
and
Otherwise, I think I would have to be pressing Shift also, at least on this keyboard. :\ Or was this intentional? heh