You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
gjhur...@gmail.com
on 27 May 2009 at 3:53The text was updated successfully, but these errors were encountered: