diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-12-17 01:50:58 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-12-17 01:50:58 +0100 |
commit | 7767cf93a04defb97d2889a833c804a2a404d40a (patch) | |
tree | e71ce2659c9f2cb2578947f51640266b2179b2f7 | |
parent | ebfd1293acb274a109b63ff331e2c4eeafeff115 (diff) |
mpv: disable mouse scroll seeking
-rw-r--r-- | input.conf | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ Ctrl+c ignore Backspace ignore -q ignore
\ No newline at end of file +q ignore +WHEEL_UP ignore +WHEEL_DOWN ignore +WHEEL_LEFT ignore +WHEEL_RIGHT ignore
\ No newline at end of file |