mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
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