ulyssa / iamb

A Matrix client for Vim addicts
https://iamb.chat
Apache License 2.0
608 stars 45 forks source link

Ignore key releases on platforms that support it #220

Closed ulyssa closed 6 months ago

ulyssa commented 6 months ago

Keys currently get typed twice on platforms where crossterm can detect key releases (like Windows) . I imagine that this would also apply if I ever turned on the kitty keyboard protocol for terminals that support it. When iamb sees a key release, it should just skip it.