Log In  

This was also in 0.1.1 but I've forgot about it until yesterday when improving "nyan cat" cart and trying to enter backslash. The only way I could enter it, was by copying it in. This didn't happen in "keyboard test" program released by zep a while back ago tho (tried all the keys) so I've thought bug was fixed for 0.1.2.

//edit a couple other characters also seem affected, namely: @ $ and &. Might be more of them, although backslash should take priority as it is used for escape sequences such as \n.

P#14889 2015-10-02 19:57 ( Edited 2015-10-15 13:32)

Using Lua's string.char I was able to extract all the printable characters. It seems that some characters just don't exist:

P#15390 2015-10-15 06:45 ( Edited 2015-10-15 10:45)

Yeah, but the one I've talked about definitely exist as they can be copied in, just they can't be typed in.

P#15392 2015-10-15 09:32 ( Edited 2015-10-15 13:32)

[Please log in to post a comment]