zaburo / web-shell

Automatically exported from code.google.com/p/web-shell
0 stars 0 forks source link

Unable to use Ctrl-] in webshell sessions under firefox #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Hit Ctrl-] (to close a xen console on the remote machine)

What is the expected output? What do you see instead?
The keycode received by the code is 93 with control on.  To fix the
problem, I changed line 117 of webshell.js from saying "kc<=90" to "kc<=95".

What version of the product are you using? On what operating system?
0.9.6

Please provide any additional information below.
Fix is included above.

Original issue reported on code.google.com by gjhur...@gmail.com on 27 May 2009 at 3:53

GoogleCodeExporter commented 8 years ago
sorry, I forgot to mention, this is using Firefox 3.0.10 on Windows XP, but I'm 
sure
that the same issue will be elsewhere.

Original comment by gjhur...@gmail.com on 27 May 2009 at 3:54