Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Sep 6, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant