I wrote a short tutorial after changing my own keys around. It's very easy to do, and extremely useful. If you have any questions, let me know and I'll update the post!
http://spikedskull.com/blog/2011/02/05/how-to-remap-your-typematrix-or-other-keyboard-keys-with-autohotkey/
Thanks for that tutorial. I know how to use autohotkey, but your examples gave me ideas I wouldn't have thought of. Here's are my new and improved AHK assignments:
Capslock::Delete ;switch thees back to the way they used to be
Delete::Capslock
;per Tommy_Gun tutorial, except I got rid of the "ctrl"
Media_Play_Pause::^c ;chg "play" to ctrl-c rather than stock ctrl+ins
AppsKey::^v ; chg to ctrl-v rather than stock shift+ins
Browser_Home::Insert ;move insert key to www
Insert::Browser_Home
#d::#Capslock ; use the desktop key to run the keyboard shortcut for the "Switcher" program.
Launch_Mail::PrintScreen ;make printscreen a one-key operation
PrintScreen::Launch_Mail
It looks like you're new here. If you want to get involved, click one of these buttons!