RobertWHurst / Keystrokes

Keystrokes as an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.
MIT License
156 stars 6 forks source link

A test that causes the self-releasing keys bug mentioned in #7 #8

Closed colinsullivan closed 1 year ago

colinsullivan commented 1 year ago

https://github.com/RobertWHurst/Keystrokes/issues/7

RobertWHurst commented 1 year ago

Sorry for the force push over your own branch. I didn't even know that was possible. I just started using the gh command line tool and used it to checkout your branch. When I pushed I didn't realize it would push to your repo. Instead I was expecting it to push a new branch to mine. In any case I noticed I had push some changes here that didn't belong to your initial PR. I've force reset those changes back to the commit you initially made. Sorry about that.

RobertWHurst commented 1 year ago

Since this one is already part of #9 and #10 I'm going to close it.