dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Allow unbind of metakey combos #141

Closed aubincleme closed 6 years ago

aubincleme commented 6 years ago

This pull request fixes the issue described in #133 and for which a patch was proposed in #137. Please note that all of the credits for fixing this issue should go to @mhuebert :) .

Unfortunately, #137 now has extra commits that are not relevant for this particular issue.

mhuebert commented 6 years ago

@aubincleme thanks for putting together a proper PR! It was my mistake to not create a separate branch for that bugfix, I didn't realize that all my subsequent patches/debugging were being added to what I had submitted :). Glad that this is merged.