kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
718 stars 26 forks source link

Fixed button press for windows #255

Closed felixhudson closed 10 months ago

felixhudson commented 10 months ago

Added a filter to every user input to reject Keyup events. This is required on the windows platform

kyoheiu commented 10 months ago

Thank you! I've forgotten to add these captures...