bradfeehan / Dvorak-QWERTY-Ctrl

A Windows counterpart to the Mac OS X "Dvorak - QWERTY ⌘" keyboard layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dvorak-QWERTY programmer

Jack-Works opened this issue · comments

I follow the process in the readme but I found I can't handle number keys.

image

As you can see, 6 (in dvorak programmer is =) and 9 (in dvorak programmer is +), but = and + shares the same key in qwerty keyboard

I have no idea how to handle this, should I ignore the key + (which is in the shift state in qwerty)? Then what scan code should I set for the key +?

image

Scan code with green color is okay.
With red color is bad ( 1(qwerty) => &(dvorak) => No scan code for &, but shift+7 is & => 08 (scan code for 7) ) I don't know will it works.

With black color is very bad, it conflicts with other key

@Jack-Works any success with that?

Now I'm using this as the result

Jack's Dvorak-qwerty