Sorry for the aggravation with those key combinations. HotkeyNet is an early beta program, and it isn't completely written yet, and one of the limitations is that you can't put more than one key in <>'s when it's the output of a macro.

At the moment, if you want to output (for example) Alt-1 you need to write it like this:

Code:
<keydown alt>
1
<keyup alt>
I realize this is confusing because HotkeyNet does let you write <alt 1> when you're defining a hotkey trigger. So naturally you expect to be able to write the same thing for output. But the two things require different batches of code, and I haven't finished writing the stuff for output yet. I'll try to get it finished in the next few days.

P.S. I almost didn't see this thread -- I just happened to look at this section of the board for the first time ever. If anybody has a question about HotkeyNet, they can always email me. Click "report bug" on the program to see my email address.