mirror of https://github.com/mpv-player/mpv
Allow DVD Menus to be controlled by AppleIR Remote.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26800 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
561e9503aa
commit
d371732d64
|
@ -157,5 +157,12 @@ ESC {dvdnav} dvdnav 5 # DVDNav MENU
|
|||
ENTER {dvdnav} dvdnav 6 # DVDNav SELECT (ok)
|
||||
BS {dvdnav} dvdnav 7 # DVDNav PREVIOUS menu (in the order chapter->title->root)
|
||||
|
||||
AR_VUP {dvdnav} dvdnav 1 # DVDNav UP
|
||||
AR_VDOWN {dvdnav} dvdnav 2 # DVDNav DOWN
|
||||
AR_PREV {dvdnav} dvdnav 3 # DVDNav LEFT
|
||||
AR_NEXT {dvdnav} dvdnav 4 # DVDNav RIGHT
|
||||
AR_MENU {dvdnav} dvdnav 5 # DVDNav MENU
|
||||
AR_PLAY {dvdnav} dvdnav 6 # DVDNav SELECT (ok)
|
||||
|
||||
#? seek_chapter -1 # skip to previous dvd chapter
|
||||
#? seek_chapter +1 # next
|
||||
|
|
Loading…
Reference in New Issue