Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to use function key for mod-2? #564

Closed
mooreniemi opened this issue Mar 27, 2017 · 3 comments
Closed

possible to use function key for mod-2? #564

mooreniemi opened this issue Mar 27, 2017 · 3 comments

Comments

@mooreniemi
Copy link

mooreniemi commented Mar 27, 2017

I like to use a hyper key (caps lock) set to cmd+shift+ctrl+option (this way it never stomps anything else). So I wanted to use that hyper key as mod-1, which means I need some additionally modifier to make mod-2 work. I was hoping to use the function key. Any way to use function key for modifier?

The following didn't appear to work:

{
  "mod1": [
    "command",
    "shift",
    "control",
    "option"
  ],
  "mod2": [
    "command",
    "shift",
    "control",
    "function",
    "option"
  ]
}

Trello Card

@ianyh
Copy link
Owner

ianyh commented Mar 30, 2017

Function is not currently supported, but presumably could be.

@ianyh
Copy link
Owner

ianyh commented Nov 12, 2017

This may require MASShortcut changes. cocoabits/MASShortcut#17

@madde001
Copy link

madde001 commented Jul 2, 2018

I'd also like to see function keys supported as shortcuts.
John

@ianyh ianyh closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants