2

How should I type the ñ (Spanish eñe) letter on an English QWERTY Keyboard on Kubuntu 19.04?

Pablo Bianchi
  • 15,657

2 Answers2

4

Add English (US, intl, with dead keys) (us+intl) as an input source on KDE settings. On GNOME it looks like this:

screenshot

Then type ñ with AltGr + n. Same thing for áéíóú (acute accents). Use the y for the ü (umlaut/dieresis).

Here and here you'll find more:

keyboard layout

Note: You can switch between your input sources with Super + space

For a terminal way take a look to this answer

Pablo Bianchi
  • 15,657
3
  1. Open Keyboard app from System Settings module
  2. Go to Layouts tab
  3. Click on Configure layouts
  4. Click Add 4.a Limit selection by language set English 4.b Layout set EurKey (US based layout with European letters)
  5. Remove default layout so you end up with only the EurKey layout
  6. Click on Apply and test, you should be able to type ñ pressing right-Alt` + n.
  7. You can get áéíóú by pressing right-Alt + ' and then pressing the vowel.

I hope it helps!.

Pablo Bianchi
  • 15,657