Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Subroutines > MIAMEX

MX_RELEASEKBD

Scroll Prev Top Next More

Updated May 2013

xcall MIAMEX, MX_RELEASEKBD {,opcode, typeahead}

MX_RELEASEKBD (MIAMEX 153) Releases or sets the keyboard hold—i.e. controls whether keyboard characters entered on the client are transmitted to the server.

This function has both a subroutine and a print tab implementation.

Parameters

opcode  (Num)  [in]

opcode

Description

0 or omitted

causes the keyboard hold to be released, provided it hasn't been locked.

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.

See Also

History

2013 May, A-Shell 6.1.1352:  Opcode 2 added