Hello Friends, I've deployed the latest version of guacamole (docker). This can be used to connect to a remote SOLARIS server using SSH. The application that runs on this server is really old and need to keep it for couple of years. Currently the users are connecting to this application using TELNET using GENTERM. And there are some weird KEY COMBINATIONS mapped in genterm so that the application short cuts works.
Now, I'm trying to replicate the same short cut keys working on guacamole and got it working to some extent. I've modified the file 'all.min.js' and remapped - FROM: F1 65470 F2 65471 F3 65472 F4 65473 F5 65474 F6 65475 TO: F1 65475 F2 65476 F3 65477 F4 65478 F5 65479 F6 65481 So this is working as expected, but I don't seem to find a way to map the codes higher than 65481. For example; I want to map the following: F7 65482 F8 65483 F9 65484 F10 65486 Can you please shed some light on this? Thanks, Seby.