Success! I can have my cake and eat it, too.
In AutoHotkey,
Capslock::Backspace
+RShift::CapsLock
I've had the Capslock key remapped to Backspace, which is wonderful, but it's still troublesome typing in the names of constants, e.g. DEFAULT_CHAT_WINDOW. I didn't want to remap the Backspace key to Capslock, because it really is nice having two Backspaces, using whichever is closer. Well, now I have it set to where if I press Left Shift + Right Shift, it toggles CapsLock. ^_^