Updated May 2013
xcall MIAMEX, MX_RELEASEKBD {,opcode, typeahed}
opcode (Num) [in]
opcode |
Description |
0 or omitted |
causes the keyboard hold to be released, provided it hasn't been locked (see AG_HOLDKBD) |
1 |
causes the keyboard hold to be set, and optionally passes the contents of text to ATE to be reprocessed as type-ahead. |
2 |
clears the keyboard hold, even if it has been locked. |
typeahead (String) [in]
If specified, the contents will be forced into the keyboard buffer.
History
2013 May, A-Shell 6.1.1352: Opcode 2 added