The KBD and EVENT literals are actually shortcut notations for the strings '<keyboard value>' and '[internal event value]'. Because of this, multiple internal event and keyboard values may be concatenated. In any case, you should always use literals, as this will guarantee portability of your project to other languages.
The values specified are actually 'stuffed' at the end of an internal keyboard buffer, and are acted upon only when Magic xpa actually requires input. Because of this, you must use this function with care.
As this function actually performs an internal event, it is best to execute it using the Evaluate Exp operation.
KbPut for LCD sets is not supported. This affects NumLock, CapsLock, and ScrollLock.
This function only works in windows that are pure Magic xpa. It does not affect called Windows dialog boxes.
|