w3c / uievents-key

UI Events KeyboardEvents key Values
https://w3c.github.io/uievents-key/
Other
15 stars 16 forks source link

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

Closed masayuki-nakano closed 1 year ago

masayuki-nakano commented 1 year ago

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.