Is there a way, from an AppleScript, to use the key code for another script listed by FastScripts to make it run? The straight-forward approach: tell application "System Events" to key code, etc. doesn't work.
The key codes work just fine if you use the right codes. Get Full Key Codes for the right ones; they are not the ASCII codes, they are the codes a keyboard generates.
In a future release, I'd like to add a "run script" command to FastScripts' own dictionary. This would allow you to get the benefits of FS's script-running method without having to fake a keystroke.