diff options
Diffstat (limited to 'player/lua')
-rw-r--r-- | player/lua/osc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 12baf7e541..f2485700b3 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -1880,7 +1880,7 @@ mp.observe_property("cache-idle", "bool", cache_state) mp.set_key_bindings({ {"mouse_move", function(e) process_event("mouse_move", nil) end}, {"mouse_leave", mouse_leave}, -}, "showhide") +}, "showhide", "force") mp.enable_key_bindings("showhide", "allow-vo-dragging|allow-hide-cursor") --mouse input bindings |