hotkeys on options

 From:  Michael Gibson
9589.7 In reply to 9589.3 
Hi quaritexa, I guess the .click() method doesn't work properly in v3 so all those methods above are for v4 only.

It's not really advisable to customize the UI to such an extent as you show there because the UI toolkit is not static. There are changes to it between versions and doing a heavy customization like that will implicitly be bound to the UI toolkit of that specific MoI version and not be easily portable to new versions.

- Michael