I can't type the c-cedilha character "ç" anymore expect in Sublime Text. The default key combination (' + c) is giving the character "ć".
How can I fix this?
I am currently Ubuntu 17.10 (with Gnome) and the "Input Sources" is set with English (US, alternative international). This has always worked but it does not work anymore.
Using Dell XPS 15 (9550).
Edit: English (US, international with dead keys) has the same behavior.
This did't help to fix: What keyboard layout allows me to type ç?
us(alt-intl)
XKB layout should include adead_cedilla
deadkey on the level3 of,
(comma), and should putAltGr
on your Right Alt key. doesAltGr+,
followed byc
produceç
? if you have aCompose
key set,Compose+,
followed byc
should also produceç
. – quixotic Dec 18 '17 at 00:14