Flip order of keybinding assignments

This commit is contained in:
The Magician 2023-11-20 20:42:35 +00:00
parent f23bec840b
commit 3304cf1d21
1 changed files with 1 additions and 1 deletions

View File

@ -69,5 +69,5 @@ local function clip_noprompt()
clip(false)
end
mp.add_key_binding(';', clip_noprompt)
mp.add_key_binding(':', clip_prompt)
mp.add_key_binding(';', clip_noprompt)