Keyboard shortcuts - nova-video-player/aos-AVP GitHub Wiki

Current supported keyboard shortcuts are based initially on mplayer ones and have been extended upon user requests:

  • Vol+/U/* Vol-/D//: volume up/down
  • 0-9: seek directly from start to 90% depending on the key, so 4 seeks to 40%
  • Volume up/down: Volume up or down (also "/" and "*")
  • Z: subtitle delay -100ms
  • X: subtitle delay +100ms
  • P/Space: pause or resume
  • O: show what's playing and player controls as an overlay
  • I: show info on what's playing (this works, but I can't see it in PlayerController.java )
  • J/S: switch subtitle track
  • #/A: switch audio track
  • F: switch video format

Shortcuts are defined in this file https://github.com/nova-video-player/aos-Video/blob/nova/src/main/java/com/archos/mediacenter/video/player/PlayerController.java