Hi,
I am using TeamViewer to remote control a linux system. I need to press a combination of keys (e.g. WIN-SHIFT-2). Locally that is working fine. Remotely via TeamViewer it does not work as the wrong keycode is submitted.
Local:
KeyPress event: keycode 133, state 0x0, Super_L
KeyRelease event: keycode 133, state 0x40, Super_L
Via TeamViewer:
KeyPress event: keycode 64, state 0x0, Alt_L
KeyRelease event: keycode 64, state 0x8, Alt_L
Please advise on how to solve this issue.
Thanks