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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6f4b2f1a3f091549 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: Escape Codes References: <45ec0b23$1@news.post.ch> From: Markus E Leypold Organization: N/A Date: Mon, 05 Mar 2007 14:24:20 +0100 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:Vo7yKyA0SPPb8V2PohFuOUMwrWQ= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.207.169 X-Trace: news.arcor-ip.de 1173100695 88.72.207.169 (5 Mar 2007 14:18:15 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news3.google.com!news4.google.com!news.glorb.com!news2.euro.net!newsfeed.freenet.de!news-lei1.dfn.de!news-fra1.dfn.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:9702 Date: 2007-03-05T14:24:20+01:00 List-Id: Martin Krischik writes: > Hello, > > I know it's not an Ada question but you guys are my last hope as I > googled until my fingers bleed. > > Now I know that xterm will send [A on the up key and [B in > the down key but could not find any informations on all the other keys > - > like page up page down. There must be a list somewhere. I mean an easy > to understand human readable list - which termcap isn't. > > Can anybody give me a pointer? > > Martin http://www.xfree86.org/current/ctlseqs.html. Dependend on what you really want to do with that information, you can find out empirically about the sequences emitted on pressing certain keys by piping them into 'hexdump -b'. Regards -- Markus