René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Autohotkey

Win + space opens www.google.com:
#space::Run www.google.com
Ctrl+alt+c runs calc.exe:
^!c::Run calc.exe
???
#n::
Run http://www.google.com
Run Notepad.exe
return
cmd_exe_paste.ahk:
#IfWinActive, ahk_class ConsoleWindowClass
^v:: ;Paste in console
send !{Space}EP
return
#ifWinActive