kasper / phoenix

A lightweight macOS window and app manager scriptable with JavaScript
https://kasper.github.io/phoenix/
Other
4.36k stars 128 forks source link

Can I bind to `fn` key combination? #244

Closed iexcept closed 4 years ago

iexcept commented 5 years ago

Am I able to launch Chrome, for example, holding Fn+C?

Taikuh commented 4 years ago

fn isn't listed in the API doc as a valid modifier. However, if you are using the internal keyboard of a MacBook, you can look into Karabiner Elements to re-bind fn to a less-used combination of modifiers such as Ctrl+Opt+Cmd+Shift, popularly referred to as Hyper. Then, just use that modifier combination in your Phoenix config.

kasper commented 4 years ago

@Taikuh Thanks for taking the time to respond!