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.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!gatech!hubcap!billwolf%hazel.cs.clemson.edu From: billwolf%hazel.cs.clemson.edu@hubcap.clemson.edu (William Thomas Wolfe,2847,) Newsgroups: comp.lang.ada Subject: Re: How do you read keystrokes in A Message-ID: <5558@hubcap.clemson.edu> Date: 22 May 89 15:43:19 GMT References: <8131@boring.cwi.nl> Sender: news@hubcap.clemson.edu Reply-To: billwolf%hazel.cs.clemson.edu@hubcap.clemson.edu List-Id: >From article <8131@boring.cwi.nl>, by dik@cwi.nl (Dik T. Winter): >> There should be some means whereby the application writer >> can, in a straightforward and machine-independent way, >> either call some function which will return an object whose >> state will indicate which key was pressed % % But how then does the application writer know which key means what? % (Oh yes, I see it: on this keyboard key 17 is 'A', on that keyboard % key 17 is uparrow.) Moreover, on many systems this is impossible. The keys are generally labeled; e.g., the 'A' key will be labeled A. The function then returns some object whose value indicates an 'A'... Bill Wolfe, wtwolfe@hubcap.clemson.edu