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 #137

Closed mhuebert closed 6 years ago

mhuebert commented 6 years ago

There is currently no normalization of key combos when unbinding via string. This means that attempting to unbind a combo like "meta-a" will always fail. This patch replaces instances of "meta" with the current binding of _metakey, which is platform specific, in the unbind process.