Menu

Tree [7af5ba] master /
 History

HTTPS access


File Date Author Commit
 converter 2013-03-13 Jameson Quinn Jameson Quinn [b175f5] Initial commit
 docs 2013-03-14 Jameson Quinn Jameson Quinn [6dd04e] Tweaks to html; add private.xml
 linux 2013-11-10 Jameson Quinn Jameson Quinn [7af5ba] new version with linux
 osx 2013-11-10 Jameson Quinn Jameson Quinn [7af5ba] new version with linux
 pkl fork 2013-03-14 Jameson Quinn Jameson Quinn [508808] compiled pkl with layout.ini
 .gitignore 2013-03-15 Jameson Quinn Jameson Quinn [4f1fd4] ignore zip
 .project 2013-03-13 Jameson Quinn Jameson Quinn [b175f5] Initial commit
 README 2013-03-13 Jameson Quinn Jameson Quinn [b175f5] Initial commit

Read Me

This is the qwpr keyboard layout and associated utilities.

osx/	Macintosh format (The original/master version of the layout.)
	qwpr.keylayout:  The layout of the main keys. No special keys.
	private.xml: settings for keyremap4macbook to handle the special keys.
		(Special keys include option arrow keys, capslock to option and shift-backspace to capslock, 
		and the delete/tab changes.)
docs/	
	More about the design, its philosophy and advantages.
pkl fork/
	source code and compiled version of a slightly modified version of pkl (portable keyboard layout)
	which can handle "ligatures" (multicharacter output) along with dead keys. The compiled version
	is portable and can be run without installation. (Though on Windows 7 and above, it requires admin
	privileges in order to work with admin programs)
converter/
	a python script which converts from the osx version to the pkl version. Planned to include conversion
	to unix (xkb) and native windows (klc) formats (as much as possible).