- K - Toggle play/pause
- M - Toggle Mute
- C - Toggle captions (if ccsubmenu plugin used)
- P - Toggle Picture-In-Picture
- F - Toggle Fullscreen
- S - Take snapshot
- T - Show Transcription window (if appropriate plugin loaded)
- L - Toggle Playlist window
- CTRL + Left Arrow - Forward
- CTRL + Right Arrow - Rewind
- ALT + Left Arrow - Next frame
- ALT + Right Arrow - Next frame
From nuevo software version 14.4.0 it is possible to load and initialize shortcuts help plugin. The plugin allows to display help window with shortcuts description. The plugin automatically detects some options and plugins like transcript, snapshot, picture-in-picture and adopts help window for new shortcuts.You will need to load and initialize help plugin to show shortcuts help window. Help window appears when you click on icon in settings menu title bar, or when you press "H" key on your keyboard.
Code snippet
<script src="/videojs/video.min.js"></script><script src="/videojs/nuevo.min.js"></script><script src="/videojs/plugins/videojs.help.js"></script>
<script>var player = videojs("my_player", {license: ""});player.nuevo();player.help();</script>