-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Remove obsolete note about media keys in MacOS #6631
Conversation
Thanks! Could you also update the keycode descriptions in keycodes.md and keycodes_basic.md, and remove the note at the top of the Media Keys section? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment above ^
KC_MNXT and KC_MPRV work fine on MacOS, so this note is obsolete.
Thanks, I've updated those other docs too - I'd made the initial edit by quickly editing the file in github, so getting around to checking out the branch and updating it took a little longer. Note that I have left the MacOS-specific keycodes descriptions as-is: I might actually try updating my keymap to send those instead of MNXT/MPRV, just to see if they still work. It would be good to figure out (and note) with which MacOS versions they are necessary, if any. |
Okay, I tried this out: MFFD and MRWD have the effect of skipping ahead/back within a track if held, or they skip the track if tapped. To that extent, they may be preferable to MNXT/MPRV for MacOS users. I think I might add a note to that effect in the Media Keys section, so maybe hold off on merging for a short time. |
I didn't know that, cool! 😄 |
I've noted that in the Media Keys section now. :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Thanks! |
* Remove obsolete note about media keys in MacOS KC_MNXT and KC_MPRV work fine on MacOS, so this note is obsolete. * Document behaviour of MEDIA_FAST_FORWARD/MEDIA_REWIND codes on MacOS * Small typo fix, and make OS-dependent keycode claim less absolute * Update docs/keycodes_basic.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove obsolete note about media keys in MacOS KC_MNXT and KC_MPRV work fine on MacOS, so this note is obsolete. * Document behaviour of MEDIA_FAST_FORWARD/MEDIA_REWIND codes on MacOS * Small typo fix, and make OS-dependent keycode claim less absolute * Update docs/keycodes_basic.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove obsolete note about media keys in MacOS KC_MNXT and KC_MPRV work fine on MacOS, so this note is obsolete. * Document behaviour of MEDIA_FAST_FORWARD/MEDIA_REWIND codes on MacOS * Small typo fix, and make OS-dependent keycode claim less absolute * Update docs/keycodes_basic.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
KC_MNXT and KC_MPRV work fine on MacOS, so this note is obsolete.
Types of Changes