Hi Mike,

I enabled Ctrl + V  ( Paste Event )  >>  then updated the guacClipboard
<< $scope.$broadcast('guacClipboard', data);  >> .

Issue :  It was sending Ctrl + V  keys to the server and then the clipboard
data , therefore server is pasting older data and on the next Ctrl + v , it
is pasting the correct data.

I stopped the guackeyDown broadcast  <<
$scope.$broadcast('guacBeforeKeyup', keysym, keyboard); >>  only for Ctrl +
V and first sent the clipboard data to the server, now data is updated on
the server >> then used guacSyntheticKeydown to send ctrl and V keys .

It is copying the correct data but with an issue.


Issue :  Suppose I have this text on the Notepad of the remote server "
Guacamole  | " , As you see the cursor is after the space, when I paste
text "amarjeet" from local to remote it becomes

"Guacamoleamarjeet" : The space is not there.


Please share your suggestions. I would be very grateful to you.

I am looking into it.

Thanks and Regards,
Amarjeet Singh

On Sat, Nov 18, 2017 at 10:23 AM, Mike Jumper <mike.jum...@guac-dev.org>
wrote:

> On Nov 17, 2017 17:40, "Amarjeet Singh" <amarjee...@gmail.com> wrote:
>
> ...
> I have added the clipboard support without any plugins or without pressing
> ctrl+shift+alt. for all browsers.
>
>
> Can you describe the nature of your changes?
>
> - Mike
>
>

Reply via email to