Compose Key on Ubuntu GNOME 17.04 with GNOME Shell 3.24.1
I'm quite used to typing with Compose key on my right Alt. I've recently installed the new Ubuntu GNOME 17.04, and it seems like they only dumb down the settings and features with every new version of GNOME.
How can I set up the Compose key in this version? The keyboard settings don't look anywhere near what they did in the older versions for some reason; I just can't find it anywhere.
gnome keyboard compose-key
add a comment |
I'm quite used to typing with Compose key on my right Alt. I've recently installed the new Ubuntu GNOME 17.04, and it seems like they only dumb down the settings and features with every new version of GNOME.
How can I set up the Compose key in this version? The keyboard settings don't look anywhere near what they did in the older versions for some reason; I just can't find it anywhere.
gnome keyboard compose-key
2
The setting is in gnome tweak tool > typing
– chaskes
May 20 '17 at 19:24
1
You're welcome. If I (or someone who beats me to it) makes a true answer, please remember to come back and accept it. :)
– chaskes
May 20 '17 at 20:17
2
There doesn't seem to be a Compose key option in Gnome Tweak Tool for me (version 3.18.1), so I had to change it in dconf as explained by another answer.
– Harry Cutts
Dec 26 '17 at 21:50
add a comment |
I'm quite used to typing with Compose key on my right Alt. I've recently installed the new Ubuntu GNOME 17.04, and it seems like they only dumb down the settings and features with every new version of GNOME.
How can I set up the Compose key in this version? The keyboard settings don't look anywhere near what they did in the older versions for some reason; I just can't find it anywhere.
gnome keyboard compose-key
I'm quite used to typing with Compose key on my right Alt. I've recently installed the new Ubuntu GNOME 17.04, and it seems like they only dumb down the settings and features with every new version of GNOME.
How can I set up the Compose key in this version? The keyboard settings don't look anywhere near what they did in the older versions for some reason; I just can't find it anywhere.
gnome keyboard compose-key
gnome keyboard compose-key
edited Sep 20 '17 at 2:36
muru
1
1
asked May 20 '17 at 19:22
Richard the SpacecatRichard the Spacecat
1284
1284
2
The setting is in gnome tweak tool > typing
– chaskes
May 20 '17 at 19:24
1
You're welcome. If I (or someone who beats me to it) makes a true answer, please remember to come back and accept it. :)
– chaskes
May 20 '17 at 20:17
2
There doesn't seem to be a Compose key option in Gnome Tweak Tool for me (version 3.18.1), so I had to change it in dconf as explained by another answer.
– Harry Cutts
Dec 26 '17 at 21:50
add a comment |
2
The setting is in gnome tweak tool > typing
– chaskes
May 20 '17 at 19:24
1
You're welcome. If I (or someone who beats me to it) makes a true answer, please remember to come back and accept it. :)
– chaskes
May 20 '17 at 20:17
2
There doesn't seem to be a Compose key option in Gnome Tweak Tool for me (version 3.18.1), so I had to change it in dconf as explained by another answer.
– Harry Cutts
Dec 26 '17 at 21:50
2
2
The setting is in gnome tweak tool > typing
– chaskes
May 20 '17 at 19:24
The setting is in gnome tweak tool > typing
– chaskes
May 20 '17 at 19:24
1
1
You're welcome. If I (or someone who beats me to it) makes a true answer, please remember to come back and accept it. :)
– chaskes
May 20 '17 at 20:17
You're welcome. If I (or someone who beats me to it) makes a true answer, please remember to come back and accept it. :)
– chaskes
May 20 '17 at 20:17
2
2
There doesn't seem to be a Compose key option in Gnome Tweak Tool for me (version 3.18.1), so I had to change it in dconf as explained by another answer.
– Harry Cutts
Dec 26 '17 at 21:50
There doesn't seem to be a Compose key option in Gnome Tweak Tool for me (version 3.18.1), so I had to change it in dconf as explained by another answer.
– Harry Cutts
Dec 26 '17 at 21:50
add a comment |
3 Answers
3
active
oldest
votes
As chaskes pointed out above, you can set the key in Tweak Tool > Typing. There is a fold-out menu named 'Position of Compose Key' which you can set to the key you want.
To activate the changes you may need to log out and log back in.
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
add a comment |
They've completely left out even the possibility of using the INSERT key.
It has never been useful, and the name "insert" actually makes sense for inserting Unicode.
add a comment |
Command line command to set the compose character to Caps Lock (finally this key becomes useful ♥):
gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
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%2f917202%2fcompose-key-on-ubuntu-gnome-17-04-with-gnome-shell-3-24-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
As chaskes pointed out above, you can set the key in Tweak Tool > Typing. There is a fold-out menu named 'Position of Compose Key' which you can set to the key you want.
To activate the changes you may need to log out and log back in.
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
add a comment |
As chaskes pointed out above, you can set the key in Tweak Tool > Typing. There is a fold-out menu named 'Position of Compose Key' which you can set to the key you want.
To activate the changes you may need to log out and log back in.
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
add a comment |
As chaskes pointed out above, you can set the key in Tweak Tool > Typing. There is a fold-out menu named 'Position of Compose Key' which you can set to the key you want.
To activate the changes you may need to log out and log back in.
As chaskes pointed out above, you can set the key in Tweak Tool > Typing. There is a fold-out menu named 'Position of Compose Key' which you can set to the key you want.
To activate the changes you may need to log out and log back in.
answered Jul 20 '17 at 18:21
jjkesterjjkester
1463
1463
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
add a comment |
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
Works for 18.04 as well. Thanks!
– Andrea Spadaccini
Jul 16 '18 at 9:31
add a comment |
They've completely left out even the possibility of using the INSERT key.
It has never been useful, and the name "insert" actually makes sense for inserting Unicode.
add a comment |
They've completely left out even the possibility of using the INSERT key.
It has never been useful, and the name "insert" actually makes sense for inserting Unicode.
add a comment |
They've completely left out even the possibility of using the INSERT key.
It has never been useful, and the name "insert" actually makes sense for inserting Unicode.
They've completely left out even the possibility of using the INSERT key.
It has never been useful, and the name "insert" actually makes sense for inserting Unicode.
answered Dec 6 '18 at 20:23
RickySRickyS
112
112
add a comment |
add a comment |
Command line command to set the compose character to Caps Lock (finally this key becomes useful ♥):
gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
add a comment |
Command line command to set the compose character to Caps Lock (finally this key becomes useful ♥):
gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
add a comment |
Command line command to set the compose character to Caps Lock (finally this key becomes useful ♥):
gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
Command line command to set the compose character to Caps Lock (finally this key becomes useful ♥):
gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
answered Mar 3 '18 at 14:09
Simon A. EugsterSimon A. Eugster
192111
192111
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f917202%2fcompose-key-on-ubuntu-gnome-17-04-with-gnome-shell-3-24-1%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
2
The setting is in gnome tweak tool > typing
– chaskes
May 20 '17 at 19:24
1
You're welcome. If I (or someone who beats me to it) makes a true answer, please remember to come back and accept it. :)
– chaskes
May 20 '17 at 20:17
2
There doesn't seem to be a Compose key option in Gnome Tweak Tool for me (version 3.18.1), so I had to change it in dconf as explained by another answer.
– Harry Cutts
Dec 26 '17 at 21:50