On Thu, May 10, 2007 at 08:03:08AM -0500, Seb wrote: > Hi, > > I regularly use keyboard layouts for different languages and cannot find > some keys at times. I've searched a program to show me a diagram of the > current layout, but haven't found one. I'd appreciate any suggestions.
$ xkbprint -o somefile.ps $DISPLAY
(you probably have this installed already: it's in the xbase-clients
package)
will dump the current keyboard layout to a postscript file.
Then view it, e.g.:
$ gv somefile.ps
or (if you're using gnome)
$ gnome-open somefile.ps
Or if you're really lazy, print it :-)
--
Karl E. Jorgensen
[EMAIL PROTECTED] http://www.jorgensen.org.uk/
[EMAIL PROTECTED] http://karl.jorgensen.com
==== Today's fortune:
"Inquiry is fatal to certainty."
-- Will Durant
signature.asc
Description: Digital signature

