1
0
forked from extern/nix-config

mpv: Simplify osc toggle to ctrl+a

I never change the aspect ratio of a video, so overriding this keybind
works well.
This commit is contained in:
Donovan Glover 2023-12-03 15:57:49 -05:00
parent bf3b794bcb
commit 1ff94843d1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -34,7 +34,7 @@
};
bindings = {
"ctrl+shift+a" = "script-message osc-visibility cycle";
"ctrl+a" = "script-message osc-visibility cycle";
};
scripts = with pkgs.mpvScripts; [