Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 10 months ago
parent
commit
24bc4aef03
2 changed files with 4 additions and 4 deletions
  1. 2 2
      docs/keycodes.md
  2. 2 2
      docs/keycodes_basic.md

+ 2 - 2
docs/keycodes.md

@@ -203,8 +203,8 @@ See also: [Basic Keycodes](keycodes_basic)
 |`KC_WWW_STOP`           |`KC_WSTP`                      |Browser Stop                           |✔            |             |✔                |
 |`KC_WWW_STOP`           |`KC_WSTP`                      |Browser Stop                           |✔            |             |✔                |
 |`KC_WWW_REFRESH`        |`KC_WREF`                      |Browser Refresh                        |✔            |             |✔                |
 |`KC_WWW_REFRESH`        |`KC_WREF`                      |Browser Refresh                        |✔            |             |✔                |
 |`KC_WWW_FAVORITES`      |`KC_WFAV`                      |Browser Favorites                      |✔            |             |✔                |
 |`KC_WWW_FAVORITES`      |`KC_WFAV`                      |Browser Favorites                      |✔            |             |✔                |
-|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD`                      |Next Track                             |✔            |✔<sup>5</sup>|✔                |
-|`KC_MEDIA_REWIND`       |`KC_MRWD`                      |Previous Track                         |✔<sup>6</sup>|✔<sup>5</sup>|✔                |
+|`KC_MEDIA_FAST_FORWARD` |`KC_MFFD`                      |Fast Forward                           |✔            |✔<sup>5</sup>|✔                |
+|`KC_MEDIA_REWIND`       |`KC_MRWD`                      |Rewind                                 |✔<sup>6</sup>|✔<sup>5</sup>|✔                |
 |`KC_BRIGHTNESS_UP`      |`KC_BRIU`                      |Brightness Up                          |✔            |✔            |✔                |
 |`KC_BRIGHTNESS_UP`      |`KC_BRIU`                      |Brightness Up                          |✔            |✔            |✔                |
 |`KC_BRIGHTNESS_DOWN`    |`KC_BRID`                      |Brightness Down                        |✔            |✔            |✔                |
 |`KC_BRIGHTNESS_DOWN`    |`KC_BRID`                      |Brightness Down                        |✔            |✔            |✔                |
 |`KC_CONTROL_PANEL`      |`KC_CPNL`                      |Open Control Panel                     |✔            |             |                 |
 |`KC_CONTROL_PANEL`      |`KC_CPNL`                      |Open Control Panel                     |✔            |             |                 |

+ 2 - 2
docs/keycodes_basic.md

@@ -219,8 +219,8 @@ Some of these keycodes may behave differently depending on the OS. For example,
 |`KC_WWW_STOP`          |`KC_WSTP`|Browser Stop        |
 |`KC_WWW_STOP`          |`KC_WSTP`|Browser Stop        |
 |`KC_WWW_REFRESH`       |`KC_WREF`|Browser Refresh     |
 |`KC_WWW_REFRESH`       |`KC_WREF`|Browser Refresh     |
 |`KC_WWW_FAVORITES`     |`KC_WFAV`|Browser Favorites   |
 |`KC_WWW_FAVORITES`     |`KC_WFAV`|Browser Favorites   |
-|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Next Track          |
-|`KC_MEDIA_REWIND`      |`KC_MRWD`|Previous Track      |
+|`KC_MEDIA_FAST_FORWARD`|`KC_MFFD`|Fast Forward        |
+|`KC_MEDIA_REWIND`      |`KC_MRWD`|Rewind              |
 |`KC_BRIGHTNESS_UP`     |`KC_BRIU`|Brightness Up       |
 |`KC_BRIGHTNESS_UP`     |`KC_BRIU`|Brightness Up       |
 |`KC_BRIGHTNESS_DOWN`   |`KC_BRID`|Brightness Down     |
 |`KC_BRIGHTNESS_DOWN`   |`KC_BRID`|Brightness Down     |
 |`KC_CONTROL_PANEL`     |`KC_CPNL`|Open Control Panel  |
 |`KC_CONTROL_PANEL`     |`KC_CPNL`|Open Control Panel  |