From owner-freebsd-questions Mon Sep 8 17:07:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA17231 for questions-outgoing; Mon, 8 Sep 1997 17:07:14 -0700 (PDT) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA17226 for ; Mon, 8 Sep 1997 17:07:11 -0700 (PDT) From: andrew@ugh.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id KAA16612 for ; Tue, 9 Sep 1997 10:07:08 +1000 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Tue, 9 Sep 1997 10:07:07 +1000 (EST) To: questions@freebsd.org Subject: How to find ASCII -> Key mapping? Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, If I have an ASCII number and want to find which key it is represented by in the current key mapping how could I do it? ie say I have decimal 210 and wanted to find out if there was a key combo to type it (without having to type it is as [esc sequence] [2] [1] [0]) Thanks, Andrew