Update v0.4 -> v0.5
- Fix hotkey w/ command treated as command alone
- Fix Alfred swallowing space and triggering escape
Update v0.3 -> v0.4
- Fix `UnsafeMutableRawPointer storeBytes(of:as:)` no longer working
- Fix Safari exiting full-screen on switch to next/previous tab hotkey
- This should fix all bugs where escape is triggered after releasing
a non-command modifier key which leaves only command pressed, then
releasing command.
Update v0.2 -> v0.3
- Set `LSApplicationCategoryType` to `public.app-category.utilities`
- Enable Hardened Runtime to facilitate notarization
Update v0.1 -> v0.2
- Fix flag-release-while-command-held treated as command-pressed-alone
Change Metalt into Commandeer
Metalt remaps left option + $KEY to esc + $KEY. Commandeer remaps
command to escape when pressed alone.
Convert Metalt into rudimentary status menu app.