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 used by Guacamole's RDP

Re: Send PrintScreen key to the Remote Desktop

2018-03-03 Thread Amarjeet Singh
Hi Mike, Would that be fine if I create a JIRA ticket for a feature request for sending PrintScreen Key to Remote desktop ? Thanks and Regards, Amarjeet Singh On Thu, Feb 15, 2018 at 4:18 PM, Amarjeet Singh wrote: > Hi Mike, > > I found the scancode which is 37. below is the link :- > > Don't

Re: Send PrintScreen key to the Remote Desktop

2018-02-15 Thread Amarjeet Singh
Hi Mike, I found the scancode which is 37. below is the link :- Don't know about the flags !! http://www.ee.bgu.ac.il/~microlab/MicroLab/Labs/ScanCodes.htm Any suggestions ?? On Sat, Feb 10, 2018 at 12:56 PM, Amarjeet Singh wrote: > @Mike I don't have the slightest idea how that works. > >

Re: Send PrintScreen key to the Remote Desktop

2018-02-09 Thread Amarjeet Singh
@Mike I don't have the slightest idea how that works. what is scancode and flags which need to be sent. Is there any document which might help me out . How can I send this key on Keyup event as Guacamole simply release the PrintScreen key. Though I tried to send using onkeyup and onkeydown wh

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 for RDP specifically, an

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

Re: Send PrintScreen key to the Remote Desktop

2018-02-08 Thread Nick Couchman
On Thu, Feb 8, 2018 at 5:49 AM, Amarjeet Singh wrote: > Hi Team, > > I am unable to use PrintScreen key. > > Guacamole is not sending the PrintScreen key to the RDP Desktop. > > It is not captured by keydown event but is captured during onkeyup event > and released by the Guacamole. > > The most