Get pressed key name.

 From:  Michael Gibson
9657.2 In reply to 9657.1 
Hi Quaritexa, I guess the script could look through the shortcut key list. On MoI v4 that can be accessed by moi.shortcutKeys.getShortcuts(). On MoI v3 you could try parsing the moi.ini file. You can get the path to moi.ini by moi.settings.getIniPath();

- Michael