On Mon, Nov 30, 2020, 22:13 Arpit Agarwal <[email protected]> wrote:

> Hello,
>
> We are facing issue of copying any text from our system to RDP. We are not
> able to use ctrl+c (Copy any text from our system) and ctrl+v (past
> anything to RDP Server) to RDP server. Is there any setting we need to do
> or its feature. We are able to do this but first we have to past text to
> guacamole clipboard and we want direct as working in case of Windows rdp.
>

It isn't a question of enabling a feature - Guacamole will already try to
do this by leveraging the relevant JavaScript API to read/write the local
clipboard. It's a question of browser support.

For this to work, the browser needs full support for the Asynchronous
Clipboard API. I believe only Chrome currently provides this in both read
and write directions.

The only exception to the above requirement is IE, which supports a legacy
API in a way that is compatible with asynchronous access. Guacamole is able
to leverage that for the same.

For all other cases, the browser simply does not allow direct clipboard
access.

- Mike

Reply via email to