Okay, it's done. Build 65 is on the website now with enough key combinations for a bazillion hotkeys. Here's an example of the new "anything-goes" hotkey triggers:



I used the feature for about 20 minutes after I finished it today, and I really like it. You can make "chords" (like guitar chords) to send commands. I'm glad you talked me into this. It's very cool.

I was careful to implement this in a way that lets you have as many as 16 keys in a trigger. But when I finished the work and tried it, I had a major doh! moment. Because the keyboard (or device driver or something in the chain) won't send more than five pressed keys at a time to the system. If you press a sixth key, nothing is received. So the maximum number of keys in a trigger (on my test PC, anyway) is five.

I wrote this pretty fast and didn't test very carefully so there are probably some bugs. Let me know if you find any and I'll fix them right away.

Thanks for the kind words in your last message, and thanks again for suggesting this. I'm glad it's in the program now.