How can I have one keyboard input layout and multiples languages in Ubuntu 17.10? If I have English language I can't type "'e" and get an "é", as I can do in Portuguese and Spanish.
When I manage to do that on Settings -> Region & Language, I'm able to change languages, but it also changes the keyboard layout.
Is there any way to change language (Portuguese or Spanish for example) and set the keyboard input layout (US International for example)?
setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl
while a simple command would be for examplesetxkbmap es
for Spanish. – sudodus Nov 05 '17 at 11:03