winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Key map overwrite #76

Closed aaronklaassen closed 6 years ago

aaronklaassen commented 6 years ago

Only noticed this with Sumo Topplers, but still - v2.2.0-pre2 breaks the player 2 joystick. It writes the ahk like this:

w::i
a::j
s::k
d::l
i::return
j::return
k::return
l::return

Those returns shouldn't be there. I think pressing W fires the I, which fires the I, which does the blank return. So don't write those returns if they're in the game's key map.