xcall MIAMEX, MX_HOTKEY {,enable}
xcall MIAMEX, MX_HOTKEY, hotkey, swapkey
(Unix only) MX_HOTKEY (MIAMEX 92) allows you to temporarily disable the PolyShell hot or swap keys, or reassign them. The typical motivation for temporarily disabling them is in situations where you are allowing an external process to control the screen (for example, an AutoLog communication session). In such a case, swapping jobs with PolyShell may not be advisable.
Parameters
enable (Num) [in]
Zero to disable the hot and swap keys, or one to re-enable them. The default, if the parameter is omitted, is 0 to disable.
hotkey (Num) [in]
Specifies the ASCII key value of the new PolyShell hot key, or 0 to disable it.
swapkey (Num) [in]
Specifies the ASCII key value of the new PolyShell swap key, or 0 to disable it.