mirror of https://github.com/mpv-player/mpv
input.conf: put dvdnav commands under {dvdnav}
This means these key binding will basically not exist, unless dvdnav is in use (at runtime).
This commit is contained in:
parent
a62b9cf7a3
commit
87ed789162
|
@ -139,14 +139,14 @@ u tv_step_chanlist
|
|||
# Requires dvdnav://
|
||||
#
|
||||
|
||||
KP8 dvdnav up
|
||||
KP2 dvdnav down
|
||||
KP4 dvdnav left
|
||||
KP6 dvdnav right
|
||||
KP5 dvdnav menu
|
||||
KP_ENTER dvdnav select
|
||||
MOUSE_BTN0 dvdnav mouse
|
||||
KP7 dvdnav prev
|
||||
KP8 {dvdnav} dvdnav up
|
||||
KP2 {dvdnav} dvdnav down
|
||||
KP4 {dvdnav} dvdnav left
|
||||
KP6 {dvdnav} dvdnav right
|
||||
KP5 {dvdnav} dvdnav menu
|
||||
KP_ENTER {dvdnav} dvdnav select
|
||||
MOUSE_BTN0 {dvdnav} dvdnav mouse
|
||||
KP7 {dvdnav} dvdnav prev
|
||||
|
||||
#
|
||||
# Apple Remote section
|
||||
|
|
Loading…
Reference in New Issue