Script Runner

 From:  Michael Gibson
9638.2 In reply to 9638.1 
Hi Quaritexa,

re:
> Is it possible to select items from a list using not only mouse, but the keyboard?

A dialog window that has keyboard focus will get a chance to handle all keystrokes by implementing OnKeyDownEvent and/or OnKeyUpEvent script functions on it. Check out ShortcutKeyDialog.htm for an example.

- Michael