What keyboard layout allows me to type ç?
On my Windows machine, I use USA International with deadkeys, and I have no problem typing ç
(' + c). However, on my Ubuntu machine, I set my layout to "USA - International (with dead keys) and that key combination returns ć
. How can I have it return a C with a cedilla rather than an acute accent?
keyboard-layout
add a comment |
On my Windows machine, I use USA International with deadkeys, and I have no problem typing ç
(' + c). However, on my Ubuntu machine, I set my layout to "USA - International (with dead keys) and that key combination returns ć
. How can I have it return a C with a cedilla rather than an acute accent?
keyboard-layout
i think Frances
– Black Block
Mar 8 '12 at 13:43
add a comment |
On my Windows machine, I use USA International with deadkeys, and I have no problem typing ç
(' + c). However, on my Ubuntu machine, I set my layout to "USA - International (with dead keys) and that key combination returns ć
. How can I have it return a C with a cedilla rather than an acute accent?
keyboard-layout
On my Windows machine, I use USA International with deadkeys, and I have no problem typing ç
(' + c). However, on my Ubuntu machine, I set my layout to "USA - International (with dead keys) and that key combination returns ć
. How can I have it return a C with a cedilla rather than an acute accent?
keyboard-layout
keyboard-layout
asked Mar 16 '11 at 17:50
Tim CooperTim Cooper
15017
15017
i think Frances
– Black Block
Mar 8 '12 at 13:43
add a comment |
i think Frances
– Black Block
Mar 8 '12 at 13:43
i think Frances
– Black Block
Mar 8 '12 at 13:43
i think Frances
– Black Block
Mar 8 '12 at 13:43
add a comment |
8 Answers
8
active
oldest
votes
Using keyboard layout "USA - intl (AltGr dead keys)", I can get ç or Ç by pressing:
AltGr + ,:ç
AltGr + Shift + ,:Ç
1
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
add a comment |
At a glance, these layouts all appear to have keys for typing ç
:
$ sgrep -o '%rn' '""" _quote_ """ in ("name[Group1]" .. "n" in outer("{" .. "}" containing "ccedilla"))' /usr/share/X11/xkb/symbols/??
Andorra
Albania
Azerbaijan
Belgium
Brazil
Brazil - Eliminate dead keys
Brazil
Brazil - Dvorak
Brazil - Nativo
Brazil - Nativo for USA keyboards
Brazil - Nativo for Esperanto
Canada - French (legacy)
Canada - Multilingual, first part
Canada - Multilingual
Congo, Democratic Republic of the
Switzerland
Switzerland - German (Macintosh)
Czechia - UCW layout (accented letters only)
Spain
Spain - Eliminate dead keys
Spain - Dvorak
France
France - Bepo, ergonomic, Dvorak way
France - Breton
France - Macintosh
United Kingdom - Extended - Winkeys
Ghana - Fula
Iran - Kurdish, Arabic-Latin
Iceland
Iceland - Macintosh
Italy
Italy - Eliminate dead keys
Italy - Macintosh
Italy - Georgian
Nigeria - Hausa
Norway - Dvorak
Norway - Northern Saami
Portugal
Portugal - Eliminate dead keys
Portugal - Nativo
Portugal - Nativo for USA keyboards
Portugal - Nativo for Esperanto
Russia - Chuvash
Russia - Chuvash Latin
Senegal
Turkmenistan
Turkmenistan - Alt-Q
Turkey
Turkey - (F)
Turkey - International (with dead keys)
Turkey
Taiwan
USA - International (with dead keys)
USA - Dvorak international
USA - Programmer Dvorak
USA - Macintosh
USA - Colemak
add a comment |
Brazil or us_intl, where you can do ' + c if language is set to portuguese (brazil)
1
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives meć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only getç
using AltGr + ","
– MestreLion
Nov 24 '11 at 7:06
add a comment |
You can change your keyboard to English (US, international with dead keys) as said in this question:
Can't write accent characters in Ubuntu 14.04
With this change letters with accents (á, é, ú, ô, ã) will work except ç. You will need to change your system language to Portugue(Brazil) or you won't be able to write ç.
add a comment |
The Portuguese layout allows you to type this character.
add a comment |
Very easy! Just go to: System settings --> Keyboard Layout --> English (US, alternative international). This should be your layout. For some test try: ç = ' + c â é à...
As the OP said in his question,c + '
results inć
in English( US, alternative international)
– jpjacobs
Mar 12 '14 at 12:16
add a comment |
Check this link: https://github.com/marcopaganini/gnome-cedilla-fix
With this your are able to type cedilha without having to change the input method.
add a comment |
I found this answer on superuser which worked for me on Ubuntu 18:
It's because the cedilla module isn't loaded by default when the
locale is set to en, so you have to change the configuration files
for gtk to add them:
1. Edit configuration files:
sudo vim /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo vim /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache
On both, find the lines starting with
"cedilla" "Cedilla"
and add
:en to the line. Something like this:
"cedilla" "Cedilla" "gtk30" "/usr/share/locale"
"az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
2. Change the Compose file:
sudo sed -i /usr/share/X11/locale/en_US.UTF-8/Compose -e 's/ć/ç/g' -e 's/Ć/Ç/g'
3. Instruct the system to load the cedilla module:
Add those lines to
/etc/environment
:
GTK_IM_MODULE=cedilla
QT_IM_MODULE=cedilla
Reboot and you are done.
After doing this you will be able to do ' + c
and get a ç/cedilla
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f30655%2fwhat-keyboard-layout-allows-me-to-type-%25c3%25a7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
Using keyboard layout "USA - intl (AltGr dead keys)", I can get ç or Ç by pressing:
AltGr + ,:ç
AltGr + Shift + ,:Ç
1
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
add a comment |
Using keyboard layout "USA - intl (AltGr dead keys)", I can get ç or Ç by pressing:
AltGr + ,:ç
AltGr + Shift + ,:Ç
1
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
add a comment |
Using keyboard layout "USA - intl (AltGr dead keys)", I can get ç or Ç by pressing:
AltGr + ,:ç
AltGr + Shift + ,:Ç
Using keyboard layout "USA - intl (AltGr dead keys)", I can get ç or Ç by pressing:
AltGr + ,:ç
AltGr + Shift + ,:Ç
answered Mar 16 '11 at 20:22
LekensteynLekensteyn
123k49270361
123k49270361
1
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
add a comment |
1
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
1
1
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
I prefer dead keys. Is there a way to get it working without AltGR?
– Tim Cooper
Mar 16 '11 at 20:24
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
There are hacks for it, see the comments on this idea.
– Lekensteyn
Mar 16 '11 at 20:29
add a comment |
At a glance, these layouts all appear to have keys for typing ç
:
$ sgrep -o '%rn' '""" _quote_ """ in ("name[Group1]" .. "n" in outer("{" .. "}" containing "ccedilla"))' /usr/share/X11/xkb/symbols/??
Andorra
Albania
Azerbaijan
Belgium
Brazil
Brazil - Eliminate dead keys
Brazil
Brazil - Dvorak
Brazil - Nativo
Brazil - Nativo for USA keyboards
Brazil - Nativo for Esperanto
Canada - French (legacy)
Canada - Multilingual, first part
Canada - Multilingual
Congo, Democratic Republic of the
Switzerland
Switzerland - German (Macintosh)
Czechia - UCW layout (accented letters only)
Spain
Spain - Eliminate dead keys
Spain - Dvorak
France
France - Bepo, ergonomic, Dvorak way
France - Breton
France - Macintosh
United Kingdom - Extended - Winkeys
Ghana - Fula
Iran - Kurdish, Arabic-Latin
Iceland
Iceland - Macintosh
Italy
Italy - Eliminate dead keys
Italy - Macintosh
Italy - Georgian
Nigeria - Hausa
Norway - Dvorak
Norway - Northern Saami
Portugal
Portugal - Eliminate dead keys
Portugal - Nativo
Portugal - Nativo for USA keyboards
Portugal - Nativo for Esperanto
Russia - Chuvash
Russia - Chuvash Latin
Senegal
Turkmenistan
Turkmenistan - Alt-Q
Turkey
Turkey - (F)
Turkey - International (with dead keys)
Turkey
Taiwan
USA - International (with dead keys)
USA - Dvorak international
USA - Programmer Dvorak
USA - Macintosh
USA - Colemak
add a comment |
At a glance, these layouts all appear to have keys for typing ç
:
$ sgrep -o '%rn' '""" _quote_ """ in ("name[Group1]" .. "n" in outer("{" .. "}" containing "ccedilla"))' /usr/share/X11/xkb/symbols/??
Andorra
Albania
Azerbaijan
Belgium
Brazil
Brazil - Eliminate dead keys
Brazil
Brazil - Dvorak
Brazil - Nativo
Brazil - Nativo for USA keyboards
Brazil - Nativo for Esperanto
Canada - French (legacy)
Canada - Multilingual, first part
Canada - Multilingual
Congo, Democratic Republic of the
Switzerland
Switzerland - German (Macintosh)
Czechia - UCW layout (accented letters only)
Spain
Spain - Eliminate dead keys
Spain - Dvorak
France
France - Bepo, ergonomic, Dvorak way
France - Breton
France - Macintosh
United Kingdom - Extended - Winkeys
Ghana - Fula
Iran - Kurdish, Arabic-Latin
Iceland
Iceland - Macintosh
Italy
Italy - Eliminate dead keys
Italy - Macintosh
Italy - Georgian
Nigeria - Hausa
Norway - Dvorak
Norway - Northern Saami
Portugal
Portugal - Eliminate dead keys
Portugal - Nativo
Portugal - Nativo for USA keyboards
Portugal - Nativo for Esperanto
Russia - Chuvash
Russia - Chuvash Latin
Senegal
Turkmenistan
Turkmenistan - Alt-Q
Turkey
Turkey - (F)
Turkey - International (with dead keys)
Turkey
Taiwan
USA - International (with dead keys)
USA - Dvorak international
USA - Programmer Dvorak
USA - Macintosh
USA - Colemak
add a comment |
At a glance, these layouts all appear to have keys for typing ç
:
$ sgrep -o '%rn' '""" _quote_ """ in ("name[Group1]" .. "n" in outer("{" .. "}" containing "ccedilla"))' /usr/share/X11/xkb/symbols/??
Andorra
Albania
Azerbaijan
Belgium
Brazil
Brazil - Eliminate dead keys
Brazil
Brazil - Dvorak
Brazil - Nativo
Brazil - Nativo for USA keyboards
Brazil - Nativo for Esperanto
Canada - French (legacy)
Canada - Multilingual, first part
Canada - Multilingual
Congo, Democratic Republic of the
Switzerland
Switzerland - German (Macintosh)
Czechia - UCW layout (accented letters only)
Spain
Spain - Eliminate dead keys
Spain - Dvorak
France
France - Bepo, ergonomic, Dvorak way
France - Breton
France - Macintosh
United Kingdom - Extended - Winkeys
Ghana - Fula
Iran - Kurdish, Arabic-Latin
Iceland
Iceland - Macintosh
Italy
Italy - Eliminate dead keys
Italy - Macintosh
Italy - Georgian
Nigeria - Hausa
Norway - Dvorak
Norway - Northern Saami
Portugal
Portugal - Eliminate dead keys
Portugal - Nativo
Portugal - Nativo for USA keyboards
Portugal - Nativo for Esperanto
Russia - Chuvash
Russia - Chuvash Latin
Senegal
Turkmenistan
Turkmenistan - Alt-Q
Turkey
Turkey - (F)
Turkey - International (with dead keys)
Turkey
Taiwan
USA - International (with dead keys)
USA - Dvorak international
USA - Programmer Dvorak
USA - Macintosh
USA - Colemak
At a glance, these layouts all appear to have keys for typing ç
:
$ sgrep -o '%rn' '""" _quote_ """ in ("name[Group1]" .. "n" in outer("{" .. "}" containing "ccedilla"))' /usr/share/X11/xkb/symbols/??
Andorra
Albania
Azerbaijan
Belgium
Brazil
Brazil - Eliminate dead keys
Brazil
Brazil - Dvorak
Brazil - Nativo
Brazil - Nativo for USA keyboards
Brazil - Nativo for Esperanto
Canada - French (legacy)
Canada - Multilingual, first part
Canada - Multilingual
Congo, Democratic Republic of the
Switzerland
Switzerland - German (Macintosh)
Czechia - UCW layout (accented letters only)
Spain
Spain - Eliminate dead keys
Spain - Dvorak
France
France - Bepo, ergonomic, Dvorak way
France - Breton
France - Macintosh
United Kingdom - Extended - Winkeys
Ghana - Fula
Iran - Kurdish, Arabic-Latin
Iceland
Iceland - Macintosh
Italy
Italy - Eliminate dead keys
Italy - Macintosh
Italy - Georgian
Nigeria - Hausa
Norway - Dvorak
Norway - Northern Saami
Portugal
Portugal - Eliminate dead keys
Portugal - Nativo
Portugal - Nativo for USA keyboards
Portugal - Nativo for Esperanto
Russia - Chuvash
Russia - Chuvash Latin
Senegal
Turkmenistan
Turkmenistan - Alt-Q
Turkey
Turkey - (F)
Turkey - International (with dead keys)
Turkey
Taiwan
USA - International (with dead keys)
USA - Dvorak international
USA - Programmer Dvorak
USA - Macintosh
USA - Colemak
answered Mar 16 '11 at 23:58
ændrükændrük
42.2k61195343
42.2k61195343
add a comment |
add a comment |
Brazil or us_intl, where you can do ' + c if language is set to portuguese (brazil)
1
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives meć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only getç
using AltGr + ","
– MestreLion
Nov 24 '11 at 7:06
add a comment |
Brazil or us_intl, where you can do ' + c if language is set to portuguese (brazil)
1
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives meć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only getç
using AltGr + ","
– MestreLion
Nov 24 '11 at 7:06
add a comment |
Brazil or us_intl, where you can do ' + c if language is set to portuguese (brazil)
Brazil or us_intl, where you can do ' + c if language is set to portuguese (brazil)
answered Mar 16 '11 at 18:42
ThiagoSerraThiagoSerra
463
463
1
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives meć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only getç
using AltGr + ","
– MestreLion
Nov 24 '11 at 7:06
add a comment |
1
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives meć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only getç
using AltGr + ","
– MestreLion
Nov 24 '11 at 7:06
1
1
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives me
ć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only get ç
using AltGr + ","– MestreLion
Nov 24 '11 at 7:06
I wish there was a way to use ' + c without changing language. For a clean install (en_US), just setting keyboard to Brazil still gives me
ć
. Also tried USA International (both AltGR and "dead keys"), same result. I could only get ç
using AltGr + ","– MestreLion
Nov 24 '11 at 7:06
add a comment |
You can change your keyboard to English (US, international with dead keys) as said in this question:
Can't write accent characters in Ubuntu 14.04
With this change letters with accents (á, é, ú, ô, ã) will work except ç. You will need to change your system language to Portugue(Brazil) or you won't be able to write ç.
add a comment |
You can change your keyboard to English (US, international with dead keys) as said in this question:
Can't write accent characters in Ubuntu 14.04
With this change letters with accents (á, é, ú, ô, ã) will work except ç. You will need to change your system language to Portugue(Brazil) or you won't be able to write ç.
add a comment |
You can change your keyboard to English (US, international with dead keys) as said in this question:
Can't write accent characters in Ubuntu 14.04
With this change letters with accents (á, é, ú, ô, ã) will work except ç. You will need to change your system language to Portugue(Brazil) or you won't be able to write ç.
You can change your keyboard to English (US, international with dead keys) as said in this question:
Can't write accent characters in Ubuntu 14.04
With this change letters with accents (á, é, ú, ô, ã) will work except ç. You will need to change your system language to Portugue(Brazil) or you won't be able to write ç.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Apr 4 '17 at 22:39
Ricardo OdaRicardo Oda
111
111
add a comment |
add a comment |
The Portuguese layout allows you to type this character.
add a comment |
The Portuguese layout allows you to type this character.
add a comment |
The Portuguese layout allows you to type this character.
The Portuguese layout allows you to type this character.
edited Oct 31 '11 at 5:12
Nathan Osman
21k32144237
21k32144237
answered Mar 16 '11 at 17:53
AntonioCSAntonioCS
2842414
2842414
add a comment |
add a comment |
Very easy! Just go to: System settings --> Keyboard Layout --> English (US, alternative international). This should be your layout. For some test try: ç = ' + c â é à...
As the OP said in his question,c + '
results inć
in English( US, alternative international)
– jpjacobs
Mar 12 '14 at 12:16
add a comment |
Very easy! Just go to: System settings --> Keyboard Layout --> English (US, alternative international). This should be your layout. For some test try: ç = ' + c â é à...
As the OP said in his question,c + '
results inć
in English( US, alternative international)
– jpjacobs
Mar 12 '14 at 12:16
add a comment |
Very easy! Just go to: System settings --> Keyboard Layout --> English (US, alternative international). This should be your layout. For some test try: ç = ' + c â é à...
Very easy! Just go to: System settings --> Keyboard Layout --> English (US, alternative international). This should be your layout. For some test try: ç = ' + c â é à...
answered Mar 8 '12 at 12:25
VagnerVagner
1
1
As the OP said in his question,c + '
results inć
in English( US, alternative international)
– jpjacobs
Mar 12 '14 at 12:16
add a comment |
As the OP said in his question,c + '
results inć
in English( US, alternative international)
– jpjacobs
Mar 12 '14 at 12:16
As the OP said in his question,
c + '
results in ć
in English( US, alternative international)– jpjacobs
Mar 12 '14 at 12:16
As the OP said in his question,
c + '
results in ć
in English( US, alternative international)– jpjacobs
Mar 12 '14 at 12:16
add a comment |
Check this link: https://github.com/marcopaganini/gnome-cedilla-fix
With this your are able to type cedilha without having to change the input method.
add a comment |
Check this link: https://github.com/marcopaganini/gnome-cedilla-fix
With this your are able to type cedilha without having to change the input method.
add a comment |
Check this link: https://github.com/marcopaganini/gnome-cedilla-fix
With this your are able to type cedilha without having to change the input method.
Check this link: https://github.com/marcopaganini/gnome-cedilla-fix
With this your are able to type cedilha without having to change the input method.
answered Aug 1 '18 at 21:02
Homero Barrocas S EsmeraldoHomero Barrocas S Esmeraldo
150111
150111
add a comment |
add a comment |
I found this answer on superuser which worked for me on Ubuntu 18:
It's because the cedilla module isn't loaded by default when the
locale is set to en, so you have to change the configuration files
for gtk to add them:
1. Edit configuration files:
sudo vim /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo vim /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache
On both, find the lines starting with
"cedilla" "Cedilla"
and add
:en to the line. Something like this:
"cedilla" "Cedilla" "gtk30" "/usr/share/locale"
"az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
2. Change the Compose file:
sudo sed -i /usr/share/X11/locale/en_US.UTF-8/Compose -e 's/ć/ç/g' -e 's/Ć/Ç/g'
3. Instruct the system to load the cedilla module:
Add those lines to
/etc/environment
:
GTK_IM_MODULE=cedilla
QT_IM_MODULE=cedilla
Reboot and you are done.
After doing this you will be able to do ' + c
and get a ç/cedilla
add a comment |
I found this answer on superuser which worked for me on Ubuntu 18:
It's because the cedilla module isn't loaded by default when the
locale is set to en, so you have to change the configuration files
for gtk to add them:
1. Edit configuration files:
sudo vim /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo vim /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache
On both, find the lines starting with
"cedilla" "Cedilla"
and add
:en to the line. Something like this:
"cedilla" "Cedilla" "gtk30" "/usr/share/locale"
"az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
2. Change the Compose file:
sudo sed -i /usr/share/X11/locale/en_US.UTF-8/Compose -e 's/ć/ç/g' -e 's/Ć/Ç/g'
3. Instruct the system to load the cedilla module:
Add those lines to
/etc/environment
:
GTK_IM_MODULE=cedilla
QT_IM_MODULE=cedilla
Reboot and you are done.
After doing this you will be able to do ' + c
and get a ç/cedilla
add a comment |
I found this answer on superuser which worked for me on Ubuntu 18:
It's because the cedilla module isn't loaded by default when the
locale is set to en, so you have to change the configuration files
for gtk to add them:
1. Edit configuration files:
sudo vim /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo vim /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache
On both, find the lines starting with
"cedilla" "Cedilla"
and add
:en to the line. Something like this:
"cedilla" "Cedilla" "gtk30" "/usr/share/locale"
"az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
2. Change the Compose file:
sudo sed -i /usr/share/X11/locale/en_US.UTF-8/Compose -e 's/ć/ç/g' -e 's/Ć/Ç/g'
3. Instruct the system to load the cedilla module:
Add those lines to
/etc/environment
:
GTK_IM_MODULE=cedilla
QT_IM_MODULE=cedilla
Reboot and you are done.
After doing this you will be able to do ' + c
and get a ç/cedilla
I found this answer on superuser which worked for me on Ubuntu 18:
It's because the cedilla module isn't loaded by default when the
locale is set to en, so you have to change the configuration files
for gtk to add them:
1. Edit configuration files:
sudo vim /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo vim /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache
On both, find the lines starting with
"cedilla" "Cedilla"
and add
:en to the line. Something like this:
"cedilla" "Cedilla" "gtk30" "/usr/share/locale"
"az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"
2. Change the Compose file:
sudo sed -i /usr/share/X11/locale/en_US.UTF-8/Compose -e 's/ć/ç/g' -e 's/Ć/Ç/g'
3. Instruct the system to load the cedilla module:
Add those lines to
/etc/environment
:
GTK_IM_MODULE=cedilla
QT_IM_MODULE=cedilla
Reboot and you are done.
After doing this you will be able to do ' + c
and get a ç/cedilla
answered Jan 28 at 10:20
Jhuliano MorenoJhuliano Moreno
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f30655%2fwhat-keyboard-layout-allows-me-to-type-%25c3%25a7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
i think Frances
– Black Block
Mar 8 '12 at 13:43