Anonymous wrote:
Yep, on a UK version
NO! As I wrote, the Enter mode tells the position of a key on the hardware.
On UK layout when you press the SC02b key you can see the ~# characters. If you change the layout and press the SC02b key, you can see different characters (for example \| on english's QWERTY, űŰ on hungarian).
The key to what do you think is the SC056 key.
Please, create an autohotkey script, contains a small code:
Code:
#Persistent
#InstallKeybdHook
Run it. An AutoHotkey icon appears in the tray. Double click on it. Select View → Key history… menu. When you press a key (and refresh - F5), you can see the scan code, virtual code and the key. If you changes the layout, the scan code doesn't changes, because it is based on the hardware. The virtual key code is similar to the Key, some programs detect the keypresses based in VK code, some others based on Key. The difference is: for example on a russian layout how can you detect, when the user press the „u” key? It doesn't have „u” character, but it has a key (I don't no, where), what's VK code is equal to english „u”-s VK code.
I have seen three different hardware: the SC02b key is
* on the first row, so it has small backspace key (like Czech)
* on the second row, so it's enter key is just on one row (like US)
* on the third row, so it's enter key's bottom side is smaller (like UK)