w3c/uievents-key

The last table declares `MediaNextTrack` and `MediaPreviousTrack`, but their current name should be `MediaTrackNext` and `MediaTrackPrevious`

Closed this issue · 0 comments

The last table defines:

"MediaNextTrack" | No | Seek to next media or program track. (VK_TRACK_NEXT)
"MediaPause" | No | Pause the currently playing media. (VK_PAUSE)
"MediaPreviousTrack" | No | Seek to previous media or program track. (VK_TRACK_PREV)

They are must be intended to same as MediaTrackNext and MediaTrackPrevious in the Multimedia Keys section.