diff options
author | wm4 <wm4@nowhere> | 2014-06-25 20:29:05 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-06-25 20:29:14 +0200 |
commit | 8bb7d427e2180067f13f8dc5c5105029e9e00be7 (patch) | |
tree | 7fe18bd278a1dade8cde50c5ed910048a18df8c1 /etc | |
parent | 02e0882b60cde69c137200678ac706a63dd08132 (diff) | |
download | mpv-8bb7d427e2180067f13f8dc5c5105029e9e00be7.tar.bz2 mpv-8bb7d427e2180067f13f8dc5c5105029e9e00be7.tar.xz |
input: readd some TV default key bindings
Requested by a user. Closes #878.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index af5d5159e8..08988a2c28 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -201,6 +201,10 @@ #MOUSE_BTN0 {discnav-menu} discnav mouse #MOUSE_MOVE {discnav-menu} discnav mouse_move +# For tv:// +#h cycle tv-channel -1 # previous channel +#k cycle tv-channel +1 # next channel + # # Not assigned by default # (not an exhaustive list of unbound commands) |