Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!phri!orville!dvm!dave From: dave@dvm.UUCP (David Brand) Newsgroups: comp.sys.atari.st Subject: Intercepting keystrokes on ST Message-ID: <120@dvm.UUCP> Date: Mon, 1-Dec-86 19:12:15 EST Article-I.D.: dvm.120 Posted: Mon Dec 1 19:12:15 1986 Date-Received: Tue, 2-Dec-86 06:28:35 EST Reply-To: dave@dvm.UUCP (David Brand) Distribution: world Organization: Philon, Inc. (NY, NY) Lines: 18 Keywords: memory resident, interrupts, keyboard, signal WANTED: some sort of routine that catches control-C on the Atari ST and (ideally) emulates a signal() call, but in desperation, I'll take anything that just sets a flag when ctrl-C is hit. The keystroke intercept routine from a memory resident utility would probably be ideal. If such a routine is not currently available, I could use some pointers on where these characters are available to be intercepted. Taking them out of the acia seems to reset the interrupt condition and I don't feel like duplicating Atari's entire ROM input routine. Any pointers, references, hints... would be GREATLY appreciated. -- - Dave ...{decvax,ihnp4,ucbvax}!allegra!phri!orville!dvm!dave