mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
profiles/desktop: configure mpv bindings
This commit is contained in:
parent
5fa3642338
commit
35bb266dc4
@ -68,6 +68,25 @@ in {
|
|||||||
no-osc = true;
|
no-osc = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bindings = {
|
||||||
|
"Alt+h" = "seek -5";
|
||||||
|
"Alt+l" = "seek 5";
|
||||||
|
"Alt+H" = "add chapter -1";
|
||||||
|
"Alt+L" = "add chapter 1";
|
||||||
|
|
||||||
|
"S" = "screenshot each-frame";
|
||||||
|
|
||||||
|
"!" = "show-text \${playlist}";
|
||||||
|
"@" = "show-text \${track-list}";
|
||||||
|
"SHARP" = "show-text \${chapter-list}";
|
||||||
|
|
||||||
|
# Ehhh, they're more getting in the way than just existing...
|
||||||
|
"f" = "ignore";
|
||||||
|
"T" = "ignore";
|
||||||
|
"Ctrl+s" = "ignore";
|
||||||
|
"Alt+s" = "ignore";
|
||||||
|
};
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
cjk = rec {
|
cjk = rec {
|
||||||
vlang = "zho,zh,kor,ko,jpn,ja,eng,en";
|
vlang = "zho,zh,kor,ko,jpn,ja,eng,en";
|
||||||
|
Loading…
Reference in New Issue
Block a user