========== Usenet/comp.sys.psion #14675, from jezar@cix.compulink.co.uk, 680 chars, Jul 27 12:29 95 Comment to 14662. ---------- Article: 14675 of comp.sys.psion Newsgroups: comp.sys.psion Path: cix.compulink.co.uk!usenet From: jezar@cix.compulink.co.uk ("Jeremy Wakefield") Subject: Re: OS Call to disable key click Message-ID: Organization: Psion PLC References: <806784512_OASIS_@pwomar.demon.co.uk> Date: Thu, 27 Jul 1995 12:29:47 GMT X-News-Software: Ameol Paul, You can disable clicks for the currently running OPL program with this procedure: PROC click:(on%) local ax%,bx%,pad3% local pad4%,pad5%,pad6% ax%=$7e02 if on%=0 bx%=1 endif os($8d,addr(ax%)) ENDP Regards, Jezar.