soffes / HotKey

Simple global shortcuts in macOS
MIT License
921 stars 82 forks source link

Reduce number of lines/redundancies in Key enum #1

Closed matt-curtis closed 6 years ago

matt-curtis commented 7 years ago

Didn't get a chance to run any tests or extend test suite, as Xcode has decided to infinitely index any project I open right now. 🙄

matt-curtis commented 7 years ago

Needs some tweaks, there's a few typos. Will fix when Xcode decides to ackt right

soffes commented 6 years ago

I appreciate the effort on this, but I'd rather not make assumptions about what the values of those Carbon constants.

matt-curtis commented 6 years ago

I'm confused - how does this make assumptions about the values of the Carbon constants? Don't those assumptions already exist in the switch statements?