I'm using AnyDesk to connect from my Linux desktop to a remote MacOS host, and I am having problems with the scroll wheel when using programs such as Terminal and iTerm2.
When using the scroll wheel on the MacOS host (i.e., when directly using the MacOS host's mouse), it properly scrolls Terminal and iTerm2 windows.
However, when connecting to the MacOS host via AnyDesk from my linux machine and using the scroll wheel from linux, AnyDesk sends the following character sequences to the Mac:
<ESC>[A
for scrolling up;
<ESC>[B
for scrolling down
This causes Terminal and iTerm2 to scroll through the command history and not to scroll the window contents.
If I hold down the <Alt>
key on the linux keyboard when using the scroll wheel, then the Terminal and iTerm2 windows scroll properly on the AnyDesk-connected MacOS device.
Is there any way to get the mouse wheel to behave this way when using AnyDesk to connect from linux to MacOS, without having to hold down the <Alt>
key?
I have found nothing in the AnyDesk settings which controls this behavior.
Thank you in advance.