WirelessKeyboard
WirelessKeyboard copied to clipboard
Python client doesn't accept full range of strings
When sending a message from the command line, some characters cannot be entered,like --> " ! <--- and some others not tested yet. I think this has something to do with the arguments being parsed. Find a way to skip that and enable the full range of characters.
For " we can use escape char \ . And for ! we can use single quotes like : wikey "Hello "'!'.