sillycowvalley / Hopper

MIT License
40 stars 3 forks source link

Keyboard regression: repeat doesn't work #9

Closed sillycowvalley closed 10 months ago

sillycowvalley commented 10 months ago

If you press a key and hold it down, it should start repeating (as per system settings).

Note: repeat works for printable characters but not for other keys (like arrows and backspace for example).

sillycowvalley commented 10 months ago

Appears fix by switching from KeyUp to KeyDown.