Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!uw-beaver!rice!sun-spots-request From: dmuntz@caen.engin.umich.edu (Dan Muntz) Newsgroups: comp.sys.sun Subject: Keyboard input on Sun-2? Keywords: Software Message-ID: <43477f09.14e20@atrans.engin.umich.edu> Date: 17 May 89 17:44:00 GMT Sender: usenet@rice.edu Organization: U of M Engineering, Ann Arbor, Mich. Lines: 11 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 7, Issue 300, message 7 of 15 I'm trying to write an application for a Sun 2/120 which must be able to tell when multiple keys are being pressed. For example: if the user is holding down the 'u' key and then presses the 'r' key, the program needs to know that both these keys are being depresed simultaneously. As far as I can tell, there is no way to do this with ioctl's. What I'd like to do is get a peek at the memory-map for the keyboard without writing a new device driver. (not to mention decoding info for the memory-map) Thanks, Dan Muntz dmuntz@caen.engin.umich.edu