Create Bulk Macros

One way to batch create a bunch of similar macros is something like done in this macro:

However note that creating a hot key trigger requires knowing the keycode rather than the key, so that may be an issue for you. You can likely find a table mapping ASCII keys to key codes online, as the keycodes are standard for most english keyboard.