Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!intercon!news From: amanda@mermaid.intercon.com (Amanda Walker) Newsgroups: comp.sys.mac.programmer Subject: Re: page up and friends Message-ID: <1990Feb9.163118.5726@intercon.com> Date: 9 Feb 90 16:31:18 GMT References: <1990Feb6.205957.27722@ux1.cso.uiuc.edu> Sender: @intercon.com Reply-To: amanda@mermaid.intercon.com (Amanda Walker) Organization: InterCon Systems Corporation, Sterling, VA Lines: 18 In article <1990Feb6.205957.27722@ux1.cso.uiuc.edu>, dorner@pequod.cso.uiuc.edu (Steve Dorner) writes: > It would be nice to hear that there are magic character codes for these keys, What you have to do is look at the "keyCode" part of the event message instead of the "charCode" part. The function & editing cluster keys don't have unique ASCII codes, but they do have unique (and standardized) virtual key codes. IM V has a chart of (for example) the ADB Extended keyboard that shows all of the virtual key codes for the function keys etc. Hope this helps, -- Amanda Walker InterCon Systems Corporation "Many of the truths we cling to depend greatly upon our own point of view." --Obi-Wan Kenobi in "Return of the Jedi"