I'm trying to open the guacamole menu programmatically. Here is what I'm doing currently,
I created a button in guacamole/index.html so user will alway seeing a button on their guacamole screen. I want the user to be able to open guacamole menu by clicking this button, instead of press ctl+alt+shift In the onclick event of that button, I'm trying to create a ctrl+shift+alt key event, and dispatch the event to browser, but still haven't got it working.. Is there another way to achieve this funcationality? Thanks, Yi
