From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 16:08:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A252F16A4CE for ; Mon, 8 Mar 2004 16:08:36 -0800 (PST) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4025A43D39 for ; Mon, 8 Mar 2004 16:08:36 -0800 (PST) (envelope-from epilogue@allstream.net) Received: from localhost (unknown [216.123.133.70]) by outbox.allstream.net (Allstream MTA) with SMTP id B175C6809 for ; Mon, 8 Mar 2004 19:08:34 -0500 (EST) Date: Mon, 8 Mar 2004 19:08:24 -0500 From: epilogue@allstream.net To: freebsd-questions@freebsd.org Message-Id: <20040308190824.1bd6771e@localhost> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: X11 keyboard maps -- Answer! :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 00:08:36 -0000 yay. i found it. in case you're ever need a visual map of your keyboard, give the following a try... xkbprint -color -nkg 2 -lg 1 :0 - | gv -seascape -scale 4 - naturally the man pages will give you more info regarding the tunable settings. cheers, epi ---------- Begin forwarded message: Date: Mon, 8 Mar 2004 17:14:13 -0500 From: epilogue@allstream.net To: freebsd-questions@freebsd.org Subject: X11 keyboard maps hello all, while researching keyboard languange mapping, i came across a command which would present the current layout graphically - keys overlayed with symbols. unfortunately, i neglected to bookmark the page. i recall that the image was created was in ps format and was piped into gv for viewing. i have looked all over trying to find a way to do this, but haven't yet had any luck. if anyone knows how to do this, could you please let me know? very much appreciated. cheers, epi