p-e-w / shin

A shell in every text input on your system
GNU General Public License v3.0
278 stars 12 forks source link

Pass along key release events that happen at the start #15

Open tmke8 opened 6 months ago

tmke8 commented 6 months ago

closes #14

If shin just consumes the key release events, programs can get into a weird state where they think a key was pressed and never released.

This seems to solve the linked issue for me.