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)
may be set to zero to disable the hot and swap keys, or 1 to re-enable them. (The default, if the parameter is omitted, is 0 to disable.)
hotkey (Num)
may specify the ASCII key value of the new PolyShell hot key (or 0 to disable it).
swapkey (Num)
may specify the ASCII key value of the new PolyShell swap key (or 0 to disable it).