Re: Send PrintScreen key to the Remote Desktop

2018-03-04 Thread Mike Jumper
On Sat, Mar 3, 2018 at 5:05 AM, Amarjeet Singh wrote: > Hi Mike, > > Would that be fine if I create a JIRA ticket for a feature request for > sending PrintScreen Key to Remote desktop ? > > Yes. The scancode mapping for the Print Screen key is missing from the base keymap

Re: Send PrintScreen key to the Remote Desktop

2018-02-09 Thread Mike Jumper
On Thu, Feb 8, 2018 at 11:25 PM, Amarjeet Singh wrote: > ... > I tried to send both keydown and keyup as well but didn't worked. > > Any suggestions. > > Can't we send keysym as we send for normal keys ( a - z or A-Z or 0-9 ) ? > > If the "printscreen" key is not working

Re: Send PrintScreen key to the Remote Desktop

2018-02-08 Thread Amarjeet Singh
PrintScreen can be captured while Keyup and the keysym is already there in guacamole.js which I tried to send it to the server but didn't worked. Sending the keysym of Printscreen to the RDP server is not copying the image to the remote clipboard. I tried to send both keydown and keyup as well