From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b86e9e055dc72fc8,start X-Google-Attributes: gid103376,public From: skuiper@nswc.navy.mil (S Kuiper (NSWCDD)) Subject: *Direct* input from keyboard Date: 1996/04/29 Message-ID: <1996Apr29.174806.14478@relay.nswc.navy.mil>#1/1 X-Deja-AN: 152077976 sender: news@relay.nswc.navy.mil organization: NSWC-PHD reply-to: skuiper@nswc.navy.mil newsgroups: comp.lang.ada Date: 1996-04-29T00:00:00+00:00 List-Id: Hopefully someone has already done this successfully. I'm trying to take input directly from the keyboard as a control device. It won't help me to do a 'Get' and wait for a . I would like to be able to "sense" when arrow keys or certain letters are depressed and take action accordingly. I assume I will have to open the keyboard as a device (ie /dev/kbd) and then do a "Get". But does anyone know what the return value of the arrow keys on a keyboard are? there is no reference to them in the Standard Package. Thanx in advance for any help -- Steve Kuiper skuiper@nswc.navy.mil