profiles/desktop: update mpv config

This commit is contained in:
Gabriel Arazas 2023-11-08 20:47:21 +08:00
parent ea278d3ef9
commit a62ae7b75c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -97,6 +97,7 @@ in {
}; };
bindings = { bindings = {
"Ctrl+s" = "playlist-shuffle";
"Alt+h" = "seek -5"; "Alt+h" = "seek -5";
"Alt+l" = "seek 5"; "Alt+l" = "seek 5";
"Alt+H" = "add chapter -1"; "Alt+H" = "add chapter -1";
@ -111,7 +112,6 @@ in {
# Ehhh, they're more getting in the way than just existing... # Ehhh, they're more getting in the way than just existing...
"f" = "ignore"; "f" = "ignore";
"T" = "ignore"; "T" = "ignore";
"Ctrl+s" = "ignore";
"Alt+s" = "ignore"; "Alt+s" = "ignore";
}; };