home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / emacs / help / 3922 < prev    next >
Encoding:
Text File  |  1992-09-01  |  736 b   |  19 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!chemabs!zfs60
  3. From: zfs60@cas.org ()
  4. Subject: Code for sun keyboard -- how can i find out?
  5. Message-ID: <1992Sep1.160714.7075@cas.org>
  6. Sender: usenet@cas.org
  7. Organization: Chemical Abstracts Service, Columbus, Ohio
  8. Date: Tue, 1 Sep 1992 16:07:14 GMT
  9. Lines: 8
  10.  
  11. i know the following because that was what i got a long time ago, but
  12. i wonder if there is anyway to find out the code for an arbitrary key,
  13. such as insert, and do-nothing key among arrow keys.  thanks.
  14.  
  15. (global-set-key         "\e[215z"       'previous-line)
  16.                         --------
  17.                         this is the code for upward arrow
  18.  
  19.