2

How to send this combination without using the Virtual Keyboard on Windows? I've already tried to toggle fullscreen on an off, and -K option do grab or do not grab keybindings, and -N to sync numlock between local and remote.. I've also been looking for those microsoft remote desktop keyboard shortcuts like ctrl+alt+end equals ctrl+alt+delete, bot do not have some to ctrl+alt+some_numpad.

ctrl+alt+del, Alt+tab, ctrl+esc, super, ctrl+c, ctrl+v, alt+f4, all those works fine for example... only ctrl+alt+some_numpad_number is that do not works anyway.

It works fine if emulating via Virtual Keyboard, but I would like to know how to use my own keyboard for that.

Thanks.

2
  • Switched to vncserver/vncviewer with: $ echo "Vncviewer*grabKeyboard: true" >> ~/.Xresources $ xrdb -merge ~/.Xresources $ vncviewer -fullscreen win8.1_ip_addr Commented Jan 26, 2017 at 13:46
  • You should post that as a full answer.
    – Burgi
    Commented Feb 10, 2017 at 9:20

1 Answer 1

2

Switched to vncserver/vncviewer with:

echo "Vncviewer*grabKeyboard: true" >> ~/.Xresources
xrdb -merge ~/.Xresources
vncviewer -fullscreen win8.1_ip_addr

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .