Monday, March 29, 2010

Remap keys

Here is a program to remap keys in Windows.

SharpKeys
http://www.randyrants.com/2006/07/sharpkeys_211.html

Key Tweak
http://webpages.charter.net/krumsick/

This one appears to work better.

http://www.autohotkey.com/

;Map copy and paste to F11 & F12
F11::send, {CTRLDOWN}c{CTRLUP}
F12::send, {CTRLDOWN}v{CTRLUP}