On Thu, Sep 14, 2017 at 6:49 PM, Nick Couchman <[email protected]> wrote:

> Well, I'm trying to get parameter prompting working in Guacamole and am
> running into an issue that I'm having a very hard time figuring out.  I've
> got prompting to the point where, when you click on the connection, it
> grabs the parameters that need to be prompted and displays a dialog in the
> middle of the screen with the names of the parameters and the appropriate
> field (text, number, password) for each parameter.
>
>
You'll need to disable client handling of keyboard events when anything
outside the client needs keyboard events. This is what is done when the
Guacamole menu is opened following Ctrl+Alt+Shift, to allow the user to
type within the clipboard textarea:

https://github.com/apache/incubator-guacamole-client/blob/1c0ee41d0ecd5bc4a3550804b74b73b901e074c2/guacamole/src/main/webapp/app/client/controllers/clientController.js#L412-L413

- Mike

Reply via email to