mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
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://
|
# Requires dvdnav://
|
||||||
#
|
#
|
||||||
|
|
||||||
KP8 dvdnav up
|
KP8 {dvdnav} dvdnav up
|
||||||
KP2 dvdnav down
|
KP2 {dvdnav} dvdnav down
|
||||||
KP4 dvdnav left
|
KP4 {dvdnav} dvdnav left
|
||||||
KP6 dvdnav right
|
KP6 {dvdnav} dvdnav right
|
||||||
KP5 dvdnav menu
|
KP5 {dvdnav} dvdnav menu
|
||||||
KP_ENTER dvdnav select
|
KP_ENTER {dvdnav} dvdnav select
|
||||||
MOUSE_BTN0 dvdnav mouse
|
MOUSE_BTN0 {dvdnav} dvdnav mouse
|
||||||
KP7 dvdnav prev
|
KP7 {dvdnav} dvdnav prev
|
||||||
|
|
||||||
#
|
#
|
||||||
# Apple Remote section
|
# Apple Remote section
|
||||||
|
Loading…
Reference in New Issue
Block a user