Fix Ctrl+Alt and right mouse button usage in input learn window

This commit is contained in:
stax76
2023-10-31 12:30:28 +01:00
parent 4c4088b28a
commit 4baa26d7a0
3 changed files with 32 additions and 10 deletions

View File

@@ -91,8 +91,10 @@ public class MainPlayer : MpvClient
SetPropertyLong("wid", formHandle.ToInt64());
SetPropertyInt("osd-duration", 2000);
SetPropertyBool("input-default-bindings", true);
SetPropertyBool("input-builtin-bindings", false);
SetPropertyString("watch-later-options", "mute");
SetPropertyString("screenshot-directory", "~~desktop/");
SetPropertyString("osd-playing-msg", "${media-title}");