Nimble Nudge (Script)

 From:  Michael Gibson
11010.5 In reply to 11010.4 
Hi Cody,

re:
> Michael, maybe you can provide a little insight for me... is it possible to add, modify and delete custom
> shortcut keys and associated scripts from my own script/command file in MoI version 3.0?

I'm not sure if I'm understanding correctly, but it's possible for a command to register a shortcut key that will override any regular one while the command is running.

That's done by calling moi.command.registerCommandSpecificShortcutKey( keyname );

Then when that key is pressed there will be a UI event generated with the event name being that key.

- Michael