-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pan zoomed images #29
Comments
I doubt it's related to the virtualization. You can check whether mpv properly receives the shortcuts in the first place by doing |
Here's what I get:
Ctrl/Alt + arrow-keys doesn't seem to be reporting to the mvi scripts, am I wrong?
Am I supposed to edit the input.conf file and add the bindings? I assumed it would contain default bindings. |
That's correct, it's mentioned here |
The following lines came with the input.conf file:
Aren't they setting the alt/ctrl + cursor keys for panning the image already? If not, how should I change those? This is my first time setting up keybinds for mpv on input.conf, so I would appreciate an example. |
and does the |
Here's my ~/.config/mvi/input.conf file:
|
I am trying mvi on a QubesOS qube, running debian 11. mvi can open images, but once I zoom in, I cannot pan (move) the image. Ctrl + (arrow keys) are doing nothing. Alt + (arrow keys) are doing nothing. Mpv does NOT report "No key binding found for key 'Ctrl+right'" but still I cannot pan over the zoomed in image.
Here are the terminal outputs when I open a folder full of image files:
Here's my mvi config directory:
And here's the mvi alias:
Why am I unable to pan the zoomed images? Is this due to some limitation of QubesOS virtualization?
The text was updated successfully, but these errors were encountered: