2

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 image of US International layout, by anybody who has more reputation)

superuser
  • 155
  • 4
  • There are two separate questions here. The first one is answered in http://unix.stackexchange.com/questions/111624/how-to-display-the-current-keyboard-layout . – landroni Jan 30 '14 at 09:25

1 Answers1

2

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.)