Unix Keyboard Bindings

Unix Keybindings for Microsoft Windows

Pmyshkin contributed this set of commands for AutoHotkey that can provide some emulation of the standad *nix bindings:

^a::SendInput {Home}
^e::SendInput {End}
^h::SendInput {BS}
^w::SendInput ^{BS}
^u::SendInput +{Home}{BS}

Map Caps-Lock to Ctrl

To map the useless Caps-Lock key to its proper function as Control key, you can use Ctrl2Cap by Mark Russinovich.

You can download Ctrl2Cap version 2.0 from Microsoft at http://technet.microsoft.com/en-us/sysinternals/bb897578.aspx