I was trying to create some new commands using the Key Press action and I found that it's mediated by the keyboard map. Since I'm a Dvorak keyboard user, that meant that when I tried to create a command "Alpha" that pressed the "a" key, it worked (the "A" is in the same location on Dvorak and QWERTY) but when I tried to create "Bravo" to press "b", it instead pressed "x", which is the key in Dvorak you get if you press the key in the middle of the bottom row.
What's the correct way to handle this? I could just enter my commands with the "wrong" Dvorak keystrokes--which only overlap with QWERTY for A and M, but that will a) be confusing, and b) not work on some games that ignore the Windows keymap and just use the keys as if they were QWERTY--in that case, I'd say "Bravo" and get an "x", or maybe even a "q" (the Dvorak key where QWERTY x is) depending.
Thanks for any help.