[MPlayer-cvslog] r26761 - trunk/etc/input.conf
ben
subversion at mplayerhq.hu
Tue May 13 19:30:18 CEST 2008
Author: ben
Date: Tue May 13 19:30:18 2008
New Revision: 26761
Log:
Use more intuitive and user-friendly DVDNAV control keys.
It is particularly useful for laptops users that obviously do
not have a keypad ;-)
Modified:
trunk/etc/input.conf
Modified: trunk/etc/input.conf
==============================================================================
--- trunk/etc/input.conf (original)
+++ trunk/etc/input.conf Tue May 13 19:30:18 2008
@@ -149,13 +149,13 @@ AR_VDOWN volume -1
## Requires dvdnav://
##
-KP8 dvdnav 1 # DVDNav UP
-KP2 dvdnav 2 # DVDNav DOWN
-KP4 dvdnav 3 # DVDNav LEFT
-KP6 dvdnav 4 # DVDNav RIGHT
-KP5 dvdnav 5 # DVDNav MENU
-KP_ENTER dvdnav 6 # DVDNav SELECT (ok)
-KP7 dvdnav 7 # DVDNav PREVIOUS menu (in the order chapter->title->root)
+UP {dvdnav} dvdnav 1 # DVDNav UP
+DOWN {dvdnav} dvdnav 2 # DVDNav DOWN
+LEFT {dvdnav} dvdnav 3 # DVDNav LEFT
+RIGHT {dvdnav} dvdnav 4 # DVDNav RIGHT
+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)
#? seek_chapter -1 # skip to previous dvd chapter
#? seek_chapter +1 # next
More information about the MPlayer-cvslog
mailing list