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