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:
parent
bf3b794bcb
commit
1ff94843d1
@ -34,7 +34,7 @@
|
||||
};
|
||||
|
||||
bindings = {
|
||||
"ctrl+shift+a" = "script-message osc-visibility cycle";
|
||||
"ctrl+a" = "script-message osc-visibility cycle";
|
||||
};
|
||||
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
|
Loading…
Reference in New Issue
Block a user