summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2025-01-03 19:38:42 +0100
committerKacper Michajłow <kasper93@gmail.com>2025-01-03 21:08:28 +0100
commit3f084477ad1e7eb5502b29f7a1924d53953aa250 (patch)
tree283b595d8c10aff1b9590e6e1361de1c9d4ad097 /player
parent06fe665b789ffca7c6716cd4ca2fec7e2d0f54be (diff)
downloadmpv-3f084477ad1e7eb5502b29f7a1924d53953aa250.tar.bz2
mpv-3f084477ad1e7eb5502b29f7a1924d53953aa250.tar.xz
osc.lua: bind middle clicking play pause to cycle loop-playlist
Diffstat (limited to 'player')
-rw-r--r--player/lua/osc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index b1c57ce63b..743ad49555 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -84,7 +84,7 @@ local user_opts = {
title_mbtn_right_command = "show-text ${path}",
play_pause_mbtn_left_command = "cycle pause",
- play_pause_mbtn_mid_command = "",
+ play_pause_mbtn_mid_command = "cycle-values loop-playlist inf no",
play_pause_mbtn_right_command = "cycle-values loop-file inf no",
chapter_prev_mbtn_left_command = "osd-msg add chapter -1",