[jira] [Commented] (GUACAMOLE-517) Print screen key definition missing from RDP base keymap

2018-03-06 Thread Michael Jumper (JIRA)

[ 
https://issues.apache.org/jira/browse/GUACAMOLE-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388427#comment-16388427
 ] 

Michael Jumper commented on GUACAMOLE-517:
--

{quote}
Can we send the PrintScreen keydown and keyup event to remote desktop on keyup 
event only in scenario of PrintScreen key.
{quote}

No, this is not a safe change. The keydown event is not reaching the browser 
because it is being handled locally by the OS. Doing what you describe would 
result in the keypress being handled both remotely *and* locally.

> Print screen key definition missing from RDP base keymap
> 
>
> Key: GUACAMOLE-517
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-517
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Affects Versions: 0.9.14
>Reporter: Amarjeet Singh
>Priority: Trivial
>
> The scancode mapping for the "Print Screen" key is missing from the base 
> keymap used by Guacamole's RDP support. This means that although Guacamole 
> and usages of guacamole-common-js should correctly map the "Print Screen" key 
> to its corresponding keysym (assuming the key is not intercepted by the OS), 
> that keysym will not be transformed into the scancode required by RDP.
> The necessary mapping needs to be added such that the correct scancode and 
> flags are sent to the RDP server if the "Print Screen" keysym is received.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GUACAMOLE-517) Print screen key definition missing from RDP base keymap

2018-03-04 Thread Amarjeet Singh (JIRA)

[ 
https://issues.apache.org/jira/browse/GUACAMOLE-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385663#comment-16385663
 ] 

Amarjeet Singh commented on GUACAMOLE-517:
--

{quote}No, this is strictly a guacamole-server issue, and then strictly within 
RDP. No changes are required to Guacamole itself, to guacamole-client, VNC, 
etc.{quote}

I have a query:-
If scancode mapping for the Print Screen key will be fixed in guacamole-server, 
Will it pass the PrintScreen key from local to remote clipboard ?
Would it work as expected ? Do Guacamole-Client capture the PrintScreen key as 
of now ?

> Print screen key definition missing from RDP base keymap
> 
>
> Key: GUACAMOLE-517
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-517
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Affects Versions: 0.9.14
>Reporter: Amarjeet Singh
>Priority: Minor
>
> Scancode mapping for the Print Screen key is missing from the base keymap 
> used by Guacamole's RDP support.
> http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/Send-PrintScreen-key-to-the-Remote-Desktop-td2691.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)