summaryrefslogtreecommitdiffstats
path: root/etc/input.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/input.conf')
-rw-r--r--etc/input.conf17
1 files changed, 2 insertions, 15 deletions
diff --git a/etc/input.conf b/etc/input.conf
index ed10a71684..300f20c307 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -27,6 +27,7 @@
# key combinations is only supported through the video windows of certain
# output drivers (not in output windows of other drivers or in a terminal).
+MOUSE_BTN0 ignore # don't do anything
MOUSE_BTN0_DBL cycle fullscreen # toggle fullscreen on/off
MOUSE_BTN2 cycle pause # toggle pause on/off
MOUSE_BTN3 seek 10
@@ -59,6 +60,7 @@ q {encode} quit
ESC quit
p cycle pause # toggle pause/playback mode
. frame_step # advance one frame and pause
+, frame_back_step # go back by one frame and pause
SPACE cycle pause
> playlist_next # skip to next file
ENTER playlist_next force # skip to next file or quit
@@ -134,21 +136,6 @@ n tv_step_norm
u tv_step_chanlist
#
-# Apple Remote section
-#
-
-AR_PLAY cycle pause
-AR_PLAY_HOLD quit
-AR_NEXT seek 30
-AR_NEXT_HOLD seek 120
-AR_PREV seek -10
-AR_PREV_HOLD seek -120
-AR_MENU cycle osd
-AR_MENU_HOLD cycle mute
-AR_VUP add volume 1
-AR_VDOWN add volume -1
-
-#
# Joystick section
# WARNING: joystick support has to be explicitly enabled at
# compiletime with --enable-joystick