> > 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 >
Thank you. Exactly what I was hunting for. -Nick
