Good morning,

I have a question about keyboard events. I was unable to find help in the wiki, but am relatively new to Linux and RDP in general, so it might be me ;) I am working on a project in Visual Studio on windows 10 that requires the use of KeyDown and KeyUp events. Both events are firing, however when a key is held down the events will cycle back and forth rather than repeating the KeyDown event.

A console log of the *EXPECTED* output when a key is held down is shown below. It will print "keyDown" or "keyUp" depending on which event fired :

keyDown

keyDown

keyDown

keyDown

A console log of the *ACTUAL*** output when a key is held down is shown below. It will print "keyDown" or "keyUp" depending on which event fired :

keyDown

keyUp

keyDown

keyUp

I and connecting to windows 10 from Ubuntu 18.0.4.4 LTS 86_64. I'm wondering if this is just a setting because I am able to connect using other RDP clients and this is not a problem (Remmina). I prefer xfreerdp due to the multimonitor feature and the extra customization, so I hope to figure this out!

Thanks. Enjoy your weekend

--
Tim Knickerbocker
tknickerbock...@gmail.com
(587) 338-1722
Computer Engineering Technology Student
NAIT


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to