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

Media keys not working #98

Closed
mvanderkroon opened this issue Oct 23, 2019 · 2 comments
Closed

Media keys not working #98

mvanderkroon opened this issue Oct 23, 2019 · 2 comments

Comments

@mvanderkroon
Copy link

I'm trying to bind media keys to commands, but unfortunately it either doesn't work, or I'm not fully grasping the syntax.

Some variations I tried:

ctrl + NX_KEYTYPE_NEXT : cmus-remote -u gives: #167:8 expected key-literal

NX_KEYTYPE_NEXT : cmus-remote -u gives: #167:1 undeclared identifier

Version I use is 0.3.4 (homebrew installed)

@dominiklohmann
Copy link

dominiklohmann commented Oct 23, 2019

See also: #1.

ctrl - next : <command>

Edit: Note that while sound_up works with the touch bar, next does not. You're likely better off to configure your F-keys to work as F-keys instead of media keys without holding the fn modifier key by default and then remapping the F-keys instead.

@mvanderkroon
Copy link
Author

Thanks, that does work - I'm not sure how I missed this in the docs though - sorry for that.

I am dealing with a touchbar here, so I'll probably follow your recommendation on the F-keys as well, many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants