summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c6
1 files changed, 6 insertions, 0 deletions
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" },