Hi Moi3dFan,
re:
> Question, is it possible to implement in MoI3d script execution on holding hotkey and script
> execution on releasing hotkey? It would be very convenient!
Not as a regular shortcut key, but when a dialog has focus it is possible for script on the dialog box to get keydown and keyup events when the dialog has keyboard focus.
There's an example of that in ShortcutKeyDialog.htm,
> And if not, is it possible to implement script execution on repeated pressing of the same key?
I'm not entirely sure if I've understood this question properly but yes if you hold down a key and there is a shortcut key assigned to it, the key will repeat while you have it held down.
- Michael
|