How should I type the ñ (Spanish eñe) letter on an English QWERTY Keyboard on Kubuntu 19.04?
Asked
Active
Viewed 4,751 times
2
-
5If it's an answer, you should post it as an answer to your own question. – SurvivalMachine Jul 01 '19 at 16:12
-
1Possible duplicate of What keyboard layout allows me to type ç? – Fabby Jul 02 '19 at 20:32
2 Answers
4
Add English (US, intl, with dead keys) (us+intl
) as an input source on KDE settings. On GNOME it looks like this:
Then type ñ with AltGr + n. Same thing for áéíóú (acute accents). Use the y for the ü (umlaut/dieresis).
Here and here you'll find more:
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
- Open
Keyboard
app from System Settings module - Go to
Layouts
tab - Click on
Configure layouts
- Click
Add
4.aLimit selection by language
setEnglish
4.bLayout
setEurKey (US based layout with European letters)
- Remove default layout so you end up with only the EurKey layout
- Click on
Apply
and test, you should be able to typeñ
pressing right-Alt` + n. - You can get
áéíóú
by pressing right-Alt + ' and then pressing the vowel.
I hope it helps!.

Pablo Bianchi
- 15,657

Vladimir Hidalgo
- 220
-
1This isn't the best solution. The proper way is with the US International, "dead keys" variant. – Jul 02 '19 at 13:04
-
Thank you! could you please add it as an answer to accept it? – Vladimir Hidalgo Jul 02 '19 at 14:17