diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-10-29 22:54:35 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-10-29 22:54:35 +0100 |
commit | bcd40f1beeb5cde7f9ac20ade692a6246dd4deab (patch) | |
tree | 0b048f7647dadf7a01feb4d78653f592a89bdfc9 /mpv | |
parent | 89e018c4f24a03a9436024539d10d2b058d6e956 (diff) |
Dont hardcode backspace/q to exit, use the input.conf file for that
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/input.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/input.conf b/mpv/input.conf index d308547..14db1e8 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -2,7 +2,7 @@ Ctrl+c ignore Ctrl+s ignore f ignore BS quit -q ignore +q quit WHEEL_UP ignore WHEEL_DOWN ignore WHEEL_LEFT ignore |