diff options
| author | Steve Purcell <steve@sanityinc.com> | 2019-10-30 12:39:38 +1300 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2019-10-30 10:39:38 +1100 |
| commit | 606813b72dc8645d59afb51775e6554b6c97769d (patch) | |
| tree | 3ce4efcf0686f12adf3fc6ec68395d45fee67198 /docs/keycodes_basic.md | |
| parent | 64b7cfe735339193ae78fe0f13029b0e027af7a7 (diff) | |
| download | qmk_firmware-606813b72dc8645d59afb51775e6554b6c97769d.tar.gz qmk_firmware-606813b72dc8645d59afb51775e6554b6c97769d.zip | |
Remove obsolete note about media keys in MacOS (#6631)
* 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>
Diffstat (limited to 'docs/keycodes_basic.md')
| -rw-r--r-- | docs/keycodes_basic.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md index 8b1b52e19..75d58c1f1 100644 --- a/docs/keycodes_basic.md +++ b/docs/keycodes_basic.md | |||
| @@ -191,7 +191,7 @@ The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07 | |||
| 191 | 191 | ||
| 192 | These keycodes are not part of the Keyboard/Keypad usage page. The `SYSTEM_` keycodes are found in the Generic Desktop page, and the rest are located in the Consumer page. | 192 | These keycodes are not part of the Keyboard/Keypad usage page. The `SYSTEM_` keycodes are found in the Generic Desktop page, and the rest are located in the Consumer page. |
| 193 | 193 | ||
| 194 | Windows and macOS use different keycodes for "next track" and "previous track". Make sure you choose the keycode that corresponds to your OS. | 194 | ?> Some of these keycodes may behave differently depending on the OS. For example, on macOS, the keycodes `KC_MEDIA_FAST_FORWARD`, `KC_MEDIA_REWIND`, `KC_MEDIA_NEXT_TRACK` and `KC_MEDIA_PREV_TRACK` skip within the current track when held, but skip the entire track when tapped. |
| 195 | 195 | ||
| 196 | |Key |Aliases |Description | | 196 | |Key |Aliases |Description | |
| 197 | |-----------------------|---------|-----------------------------| | 197 | |-----------------------|---------|-----------------------------| |
| @@ -201,8 +201,8 @@ Windows and macOS use different keycodes for "next track" and "previous track". | |||
| 201 | |`KC_AUDIO_MUTE` |`KC_MUTE`|Mute | | 201 | |`KC_AUDIO_MUTE` |`KC_MUTE`|Mute | |
| 202 | |`KC_AUDIO_VOL_UP` |`KC_VOLU`|Volume Up | | 202 | |`KC_AUDIO_VOL_UP` |`KC_VOLU`|Volume Up | |
| 203 | |`KC_AUDIO_VOL_DOWN` |`KC_VOLD`|Volume Down | | 203 | |`KC_AUDIO_VOL_DOWN` |`KC_VOLD`|Volume Down | |
| 204 | |`KC_MEDIA_NEXT_TRACK` |`KC_MNXT`|Next Track (Windows) | | 204 | |`KC_MEDIA_NEXT_TRACK` |`KC_MNXT`|Next Track | |
| 205 | |`KC_MEDIA_PREV_TRACK` |`KC_MPRV`|Previous Track (Windows) | | 205 | |`KC_MEDIA_PREV_TRACK` |`KC_MPRV`|Previous Track | |
| 206 | |`KC_MEDIA_STOP` |`KC_MSTP`|Stop Track (Windows) | | 206 | |`KC_MEDIA_STOP` |`KC_MSTP`|Stop Track (Windows) | |
| 207 | |`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY`|Play/Pause Track | | 207 | |`KC_MEDIA_PLAY_PAUSE` |`KC_MPLY`|Play/Pause Track | |
| 208 | |`KC_MEDIA_SELECT` |`KC_MSEL`|Launch Media Player (Windows)| | 208 | |`KC_MEDIA_SELECT` |`KC_MSEL`|Launch Media Player (Windows)| |
