j3p0 / chatpad-super-driver

Automatically exported from code.google.com/p/chatpad-super-driver
0 stars 0 forks source link

KEYBOARD_KEY_BACKSLASH = Hash key on UK layout #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use UK keyboard layout and config
    (UK Config from https://code.google.com/p/chatpad-super-driver/issues/detail?id=44&q=UK%20layout)
2. Press Green+B for '|' or Orange+H for '\'

What is the expected output? What do you see instead?
Expected = \ or |
Result = # or ~

What version of the product are you using? On what operating system?
amd64 on Windows 7 x64

Please provide any additional information below.
There is also no string for the # key, so if KEYBOARD_KEY_BACKSLASH is changed 
to send the correct key # and ~ is lost on UK keyboards.

Original issue reported on code.google.com by iOhN...@gmail.com on 27 Jun 2013 at 1:03