summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 054a525..481cb7d 100644
--- a/main.lua
+++ b/main.lua
@@ -1245,7 +1245,9 @@ local function set_key_bindings()
if binding_state.bound then
mp.remove_key_binding('mouse_move')
mp.remove_key_binding('unmapped')
- mp.command_native({'enable-section', 'default'})
+ mp.command_native({
+ 'enable-section', 'default',
+ 'allow-hide-cursor+allow-vo-dragging'})
binding_state.bound = false
end
return