Looking good Freddie

I have a suggestion

The dialog box is awesome for defining hotkeys though i don't mind the scripting actually I kind of enjoy it
It gives me a sense of accomplishment when i script a long action or multiple actions for a hotkey like my log in script i like to figure out how to make it work like I want it to

Anyway to the point I suggest that when the dialog box is opened that a secondary text window opens that is a listing of the current hotkey definitions

You could make this very user friendly easy for a non coder to read
something like a a set of columns one for the hotkey trigger and one for the output

something like


Hotkey = output


Code:
_________________________________________________________________________________
Hotkey                 |          Output                                         |
_______________________|_________________________________________________________|
Shift alt apps         |   Launch 5 wows and rename the windows                  |
                       |   Resize and reposition the windows                     |
_______________________|_________________________________________________________|
Rctrl 1                |   key 1 sent to all wow windows                         |
_______________________|_________________________________________________________|
Lctrl 1                |   key 1 sent to active wow window only                  |
_______________________|_________________________________________________________|
Ralt  1                |   key 1 sent to non active wow windows                  |
_______________________|_________________________________________________________|
Lalt  1                |   key 1 sent to specified wow windows wow1 wow2 wow4    |
_______________________|_________________________________________________________|
Or something similar

I think I need a visual of the existing keys while i use the dialog box to edit the "script"