summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c
index 567a801ca7..7cb498921e 100644
--- a/input/input.c
+++ b/input/input.c
@@ -376,6 +376,8 @@ struct mp_key_name modifier_names[] = {
static const mp_cmd_bind_t def_cmd_binds[] = {
+ { { MOUSE_BTN0_DBL, 0 }, "vo_fullscreen" },
+ { { MOUSE_BTN2, 0 }, "pause" },
{ { MOUSE_BTN3, 0 }, "seek 10" },
{ { MOUSE_BTN4, 0 }, "seek -10" },
{ { MOUSE_BTN5, 0 }, "volume 1" },