|
Project Information
Featured
Downloads
|
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. (-I have no idea if DQ can be implemented as a regular keyboard layout on Windows; I didn't try.- DQ apparently can be implemented as a Windows keyboard layout; see http://www.jeffmin.com/dverty) This project provides (separate) programs for Windows and X which implement the Dvorak-Qwerty layout by intercepting keyboard events and re-mapping them. xdq.c - Implements DQ on X (Unix/Linux). See comments at top of file for instructions. dq-windows.zip - Implements DQ on Windows. Source code and compiled binaries included. Note: It appears that the Unix version does not work correctly with Firefox under certain window managers. However, it works fine with Chrome, Eclipse, and various Xlib, GNOME, and KDE apps -- the problem seems Firefox-specific. I have not yet found a work-around (other than using Chrome instead), but intend to look more closely when I have time. If you know how to fix it, tell me! |