diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-10-30 23:39:14 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-10-30 23:39:14 +0100 |
commit | 6971383a34068ce8ce1b9626a2a2f4c5cbb77338 (patch) | |
tree | 8e63678f4c12376f5a70affe800003a4f7b33788 /mpv | |
parent | f350ef22fe6f0eb3247afe1b6cf84678e264c406 (diff) |
Revert "Dont hardcode backspace/q to exit, use the input.conf file for that"
This reverts commit bcd40f1beeb5cde7f9ac20ade692a6246dd4deab.
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 14db1e8..d308547 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -2,7 +2,7 @@ Ctrl+c ignore Ctrl+s ignore f ignore BS quit -q quit +q ignore WHEEL_UP ignore WHEEL_DOWN ignore WHEEL_LEFT ignore |