diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
