Funky is a status bar utility which allows you to easily toggle the function key on your Mac on a per app basis.
Funky maintains a list of apps for which it will set the function key to standard F1, F2, etc. In order to edit the list, follow the steps below:
- From the status bar icon trigger the Preferences dialog and navigate to Apps.
- Use the
+
sign to add a new app bundle.
Use GitHub's issue tracker to submit bug reports feature requests, or just to say hi.
You can download pre-built binaries of Funky from two sources:
- GitHub: see the Releases section. https://github.com/thecatalinstan/Funky/releases
- Mac AppStore: free to download from the Mac AppStore at https://itunes.apple.com/app/funky/id1210707379.
Building should be straightforward, except for one little caveat: Funky is also distributed through the Mac AppStore, therefore it performs a MAS receipt validation.
This means that if you try to run a release build, it will fail to start as there is no actual Mac AppStore receipt present.
In order to disable the check, simply set the DEVELOPMENT
variable to 1
, either in the main.m
file or through a compile-time define.
Since my time is fairly limited, contributions are more than welcome to, well, contribute. If you think Funky is a useful tool and your macOS kung-fu is strong, feel free to fork and submit a pull request.
Please carefully read the Privacy Policy.