9

In Gnome keyboard settings, there's a window in which you can see the layout, a keyboard with buttons and characters on them like this:

enter image description here

In XFCE (Xubuntu 12.04) there's no such program.

What can I install to see it?

culebrón
  • 610

2 Answers2

0

In XFCE it is possible to install Gnome Panel applications. If native panel application is not available in XFCE, you can consider adding the Gnome Panel Application that does the same job.

deshmukh
  • 4,061
  • Here - check these links: http://askubuntu.com/questions/25955/how-can-i-see-my-keyboard-layout-in-the-panel http://askubuntu.com/questions/14228/how-do-i-install-a-nice-notification-indicator-for-the-keyboard-layout

    By the way, I just googled for you!

    – deshmukh Oct 08 '12 at 08:20
  • 2
    No, it's not what I look for. I already have a layout notification widget. I need to see the keyboard layout itself. See the updated question. – culebrón Oct 08 '12 at 08:52
0
sudo apt-get install xkeycaps

Launch xkeycaps in a terminal

  • This program does show a keyboard layout, but it doesn't automatically show the currently used keyboard layout. User must have the knowledge to manually select the vendor, keyboard and its layout. –  Feb 22 '16 at 13:45
  • 1
    I found that this was quite difficult to use. I didn't know which physical keyboard and layout I had to select. And I couldn't see my layout (Dvorak) as an option. Then it borked my current layout. Plugging in a USB keyboard reverted/reset back to what I had. – Progrock Feb 10 '21 at 17:02