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
  -          173
  :          58
  `          (same key of @)
  ~          (same key of ^)
  =          (same key of -)
  *          (same key of :)

In JP keyboard, asciiKey is false when press "@" key.
So I cannot input "@".


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?


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to