kentonv / dvorak-qwerty

"Dvorak-Qwerty ⌘" (DQ) keyboard layout for Windows and Unix/Linux/X
163 stars 21 forks source link

Dvorak with Qwerty hotkeys

On Mac OSX, there is a keyboard layout known as "Dvorak-Qwerty ⌘". This layout normally acts like Dvorak, but when the command key is held, it becomes Qwerty. I find this layout has two significant advantages over straight Dvorak:

Unfortunately, the layout is not shipped with Windows or most Unix variants. Worse, while it's technically possible to implement DQ as a standard XKB layout on Unix systems, the layout appears to expose bugs in many Unix apps making it unusable. Instead, we're forced to write code that MITMs and rewrites keystrokes.

This project provides several different implementations of the Dvorak-Qwerty layout on various operating systems.

Unix

By me:

By others (I have not tested these):

Windows

By me:

By others (I have not tested these):

Chrome OS

By others (I have not tested these):