From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: tabular variant of display-bindings ? Date: Tue, 07 Oct 2003 18:11:29 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1065568634 32139 80.91.224.253 (7 Oct 2003 23:17:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2003 23:17:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 01:17:11 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A714o-0003pF-00 for ; Wed, 08 Oct 2003 01:17:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A710U-00068R-S4 for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Oct 2003 19:12:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A70zt-00068B-CR for help-gnu-emacs@gnu.org; Tue, 07 Oct 2003 19:12:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A70zM-0005yA-3h for help-gnu-emacs@gnu.org; Tue, 07 Oct 2003 19:12:04 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A70zL-0005y2-Mh for help-gnu-emacs@gnu.org; Tue, 07 Oct 2003 19:11:31 -0400 Original-Received: from linux183.ma.utexas.edu (linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id h97NBTi10029; Tue, 7 Oct 2003 18:11:29 -0500 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1A70zJ-0000Mp-00; Tue, 07 Oct 2003 18:11:29 -0500 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13046 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13046 I am looking around for something that will nicely print up key bindings in a layout that corresponds to my keyboard layout. I found a "simple replacement" for display-bindings by Tom Wurgler on gnu-emacs-sources that puts all the keys into one table of the form: key description ... ... But I'd like something more like this: ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ||1 |||2 |||3 |||4 |||5 |||6 |||7 |||8 |||9 |||0 || ||__|||__|||__|||__|||__|||__|||__|||__|||__|||__|| |/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\| ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ||' |||, |||. |||p |||y |||f |||g |||c |||r |||l || ||__|||__|||__|||__|||__|||__|||__|||__|||__|||__|| |/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\| ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ||a |||o |||e |||u |||i |||d |||h |||t |||n |||s || ||__|||__|||__|||__|||__|||__|||__|||__|||__|||__|| |/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\| ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ||; |||q |||j |||k |||x |||b |||m |||w |||v |||z || ||__|||__|||__|||__|||__|||__|||__|||__|||__|||__|| |/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\| With different "keyboards" for the different modifiers. ASCII-arting not required. Got pointers? Joe