Bug#708088: shellinabox: cannot input some symbols

2015-06-09 Thread Y. Gablin
Package: shellinabox Version: 2.14-1 Severity: normal Debian version: 8.1 Kernel version: 3.16.0-4-kirkwood #1 Debian 3.16.7-ckt11-1 (2015-05-24) armv5tel GNU/Linux Hi, I also have in Jessie (and have always had, with Lenny then Wheezy) this issue with shellinabox. I use a French keyboard,

Bug#708088: shellinabox: cannot input some symbols

2015-06-09 Thread Luka Krajger
Hi, Yves I believe that we have this issue solved on our unofficial fork. Please check https://github.com/shellinabox/shellinabox If I am not mistaken this issue only occurs on Firefox browser. A workaround, until fixed version is released, would be to use a different browser. Regards, Luka

Bug#708088: shellinabox: cannot input some symbols

2013-05-20 Thread M. K.
Marc, you mean the patch from Toshihiro Sasajima, 13 May 2013 in this report? With this patch: same result! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#708088: shellinabox: cannot input some symbols

2013-05-17 Thread Marc Singer
Any chance you could evaluate the patch?​

Bug#708088: shellinabox: cannot input some symbols

2013-05-16 Thread M. K.
Comparable problem here, using Firefox 19.0.2 and 20.0 with german keyboard. Following keys are not working: +*#'|?\ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#708088: shellinabox: cannot input some symbols

2013-05-13 Thread SASAJIMA,Toshihiro
My keyboard is JP106 layout. Which is your keyboard layout? US or other? I think this problem is below. In US keyboard, @ is a same key of 2 (keyCode == 50). In JP keyboard, @ is a different key (keyCode == 64). character keycode - --- @ 64 ^ 160 -

Bug#708088: shellinabox: cannot input some symbols

2013-05-12 Thread SASAJIMA, Toshihiro
Package: shellinabox Version: 2.14-1 Severity: normal Dear Maintainer, In Login prompt of shellinabox, I pressed @ key. But I couldn't get echoback of @. I tried all keys, and I found following keys which cannot get echoback: = - ~ ^ @ ` : * . I reported this to upstream.

Bug#708088: shellinabox: cannot input some symbols

2013-05-12 Thread SASAJIMA,Toshihiro
I made a patch. add ascii keycode. --- a/shellinabox/vt100.js +++ b/shellinabox/vt100.js @@ -2933,8 +2933,10 @@ // } 107 var asciiKey = event.keyCode == 32 || -event.keyCode = 48 event.keyCode = 57 || -event.keyCode = 65

Bug#708088: shellinabox: cannot input some symbols

2013-05-12 Thread Marc Singer
I don't see that issue with the copy I have running. @=~^`:* These appear in the login prompt for me. Could this be an issue with your web browser instead? ... I see your patch. How does this allow those characters to get through? ​