Autohotkey for Remember the Milk
I use Remember the Milk to manage my to-do lists. It rocks, and includes great keyboard shortcuts. Two odd ones though (from a Windows perspective) are “r” to rename, and CTRL-SHIFT-slash to “Find.” I want to use F2 to rename, and CTRL-F to find (it’s okay that this would overrides Firefox’s built-in find shortcut, because when I’m on the RTM site, I want to do an RTM find).
Enter AutoHotkey. Here’s a simple script that does a remapping, just for RTM windows:
pre.. #IfWinActive Remember The Milk
F2::r
^f::^+/
Love AHK (and RTM).
Tue, Dec 22, 2009