mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 02:29:47 +02: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:
@@ -34,7 +34,7 @@
|
||||
};
|
||||
|
||||
bindings = {
|
||||
"ctrl+shift+a" = "script-message osc-visibility cycle";
|
||||
"ctrl+a" = "script-message osc-visibility cycle";
|
||||
};
|
||||
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
|
Reference in New Issue
Block a user