Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!decwrl!bacchus.pa.dec.com!wsl.dec.com!klee From: klee@wsl.dec.com (Ken Lee) Newsgroups: comp.windows.x Subject: Re: What do those keys mean??? Message-ID: <1990Sep5.174801.749@wrl.dec.com> Date: 5 Sep 90 17:48:01 GMT References: <4793@uqcspe.cs.uq.oz.au> Sender: news@wrl.dec.com (News) Reply-To: klee@wsl.dec.com Organization: DEC Western Software Laboratory Lines: 16 In article <4793@uqcspe.cs.uq.oz.au>, timbomb@batserver.cs.uq.oz.au (Tim Mansfield) writes: |> On an Apollo keyboard there's a whole bunch of mystery keys, which don't |> have any clear mapping to entries in /usr/include/X11/keysymdef.h. The mapping of special keys to keysyms is largely implementation dependent. One easy way to see what they are in your implementation is to just press them, get the keycode from the key press event, and do a XLookupString or XKeycodeToKeysym on the key code. The xev program in the MIT distribution does this, printing out the keysym name. Ken Lee DEC Western Software Laboratory, Palo Alto, Calif. Internet: klee@wsl.dec.com uucp: uunet!decwrl!klee