From d06ef6e4ec5393995afb7e26e4e89e007792f2c3 Mon Sep 17 00:00:00 2001 From: pontscho Date: Wed, 13 Mar 2002 10:59:20 +0000 Subject: small changes in event handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5062 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'input') diff --git a/input/input.c b/input/input.c index 74d17d9242..94f9d1fc77 100644 --- a/input/input.c +++ b/input/input.c @@ -140,6 +140,12 @@ static mp_key_name_t key_names[] = { // This is the default binding we use when no config file is here static mp_cmd_bind_t def_cmd_binds[] = { + + { { MOUSE_BTN3, 0 }, "seek 10" }, + { { MOUSE_BTN4, 0 }, "seek -10" }, + { { MOUSE_BTN5, 0 }, "volume 1" }, + { { MOUSE_BTN6, 0 }, "volume -1" }, + { { KEY_RIGHT, 0 }, "seek 10" }, { { KEY_LEFT, 0 }, "seek -10" }, { { KEY_UP, 0 }, "seek 60" }, -- cgit v1.2.3