Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I'd like to visually see how some of the keyboard layouts in X.org look like, as an example in Windows I can see them with a program called Microsoft Keyboard Layout Creator or even on Wikipedia.

Additionally, from where the layouts to X.org came from? some of them (namely: US International) are very different from their Windows counterparts.

Edit: I would like to see all the possibilities with Ctrl, Shift, AltGr, etc., like in [Wikipedia's Keyboard layout page](insert link who has more reputation):

(insert image of US International layout who has more reputation)

share|improve this question

1 Answer

up vote 1 down vote accepted

This looks more inconvenient than neccessary, but it's the best I could find right now:

 setxkbmap -print -layout us | xkbcomp -xkm - - | xkbprint - test.ps

will put a nice-ish picture of the US layout in test.ps. (setxkbmap supports a whole lot of other flags, in particular -option and -variant may be of interest to you. For details, see man setxkbmap. (Sorry, X keyboard configuration is notoriously hairy.)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.