MSM-Workstation
Events

fKeyDown

This event will occur when a keyboard function key is pressed.

In MWAPI, this event is called "FKEYDOWN".

Appropriate code for this event includes any processing that should be triggered by the various function keys.

Hint: It is more likely that a function key's activity is needed when the key is released then when it is depressed.

Go to the alphabetic list of events.