How to change the “Alternative switch to next source”
I have been using Ubuntu 17.10 for a while and is working great. But today after the update, I have a new shortcut, Alt+Shift, as an alternative Switch to the next input source. Alt+Shift is a common modifier in Intellij so a lot of shortcuts doesn't work any more.
I tried to change the shortcut but it is not listed in the shortcuts window.
Is there a file where I can change it (the alternative)?
Here is the screenshot of the option
shortcut-keys 17.10 gnome-shell system-settings
add a comment |
I have been using Ubuntu 17.10 for a while and is working great. But today after the update, I have a new shortcut, Alt+Shift, as an alternative Switch to the next input source. Alt+Shift is a common modifier in Intellij so a lot of shortcuts doesn't work any more.
I tried to change the shortcut but it is not listed in the shortcuts window.
Is there a file where I can change it (the alternative)?
Here is the screenshot of the option
shortcut-keys 17.10 gnome-shell system-settings
For latecomers, this is also an issue in 18.04 for people upgrading from 17.10: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1762952
– oligofren
Apr 24 '18 at 22:33
add a comment |
I have been using Ubuntu 17.10 for a while and is working great. But today after the update, I have a new shortcut, Alt+Shift, as an alternative Switch to the next input source. Alt+Shift is a common modifier in Intellij so a lot of shortcuts doesn't work any more.
I tried to change the shortcut but it is not listed in the shortcuts window.
Is there a file where I can change it (the alternative)?
Here is the screenshot of the option
shortcut-keys 17.10 gnome-shell system-settings
I have been using Ubuntu 17.10 for a while and is working great. But today after the update, I have a new shortcut, Alt+Shift, as an alternative Switch to the next input source. Alt+Shift is a common modifier in Intellij so a lot of shortcuts doesn't work any more.
I tried to change the shortcut but it is not listed in the shortcuts window.
Is there a file where I can change it (the alternative)?
Here is the screenshot of the option
shortcut-keys 17.10 gnome-shell system-settings
shortcut-keys 17.10 gnome-shell system-settings
edited Jan 27 at 21:44
pomsky
31.2k1194127
31.2k1194127
asked Oct 10 '17 at 13:13
Alejandro VeraAlejandro Vera
1,28721218
1,28721218
For latecomers, this is also an issue in 18.04 for people upgrading from 17.10: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1762952
– oligofren
Apr 24 '18 at 22:33
add a comment |
For latecomers, this is also an issue in 18.04 for people upgrading from 17.10: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1762952
– oligofren
Apr 24 '18 at 22:33
For latecomers, this is also an issue in 18.04 for people upgrading from 17.10: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1762952
– oligofren
Apr 24 '18 at 22:33
For latecomers, this is also an issue in 18.04 for people upgrading from 17.10: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1762952
– oligofren
Apr 24 '18 at 22:33
add a comment |
4 Answers
4
active
oldest
votes
Finally I found the option. I had to install Tweaks and go to
Keyboard and mouse > Additional layout options > switching to another layout
The strange thing is that there is that the default shortcut super+space was not selected in that window, only the alternative shortcut.
4
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
add a comment |
In my answer I assume that you use Gnome 3.x.
You can use Tweaks, but you can also write the value directly, for example, changing from Alt+Shift to Ctrl+Shift can be done by the following command in terminal:
dconf write /org/gnome/desktop/input-sources/xkb-options ['grp:ctrl_shift_toggle','grp_led:scroll']
add a comment |
I wanted to disable the option of alternative switch to the next source; This worked for me:
In terminal, type:
xkbopts="/org/gnome/desktop/input-sources/xkb-options
dconf read $xkbopts
dconf write $xkbopts "['']"
add a comment |
Install gnome-tweak-tool
if you don't have it already. Open it, go to the Typing section and it's probably the 'Switching to another layout options' that you're looking for.
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%2f963616%2fhow-to-change-the-alternative-switch-to-next-source%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Finally I found the option. I had to install Tweaks and go to
Keyboard and mouse > Additional layout options > switching to another layout
The strange thing is that there is that the default shortcut super+space was not selected in that window, only the alternative shortcut.
4
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
add a comment |
Finally I found the option. I had to install Tweaks and go to
Keyboard and mouse > Additional layout options > switching to another layout
The strange thing is that there is that the default shortcut super+space was not selected in that window, only the alternative shortcut.
4
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
add a comment |
Finally I found the option. I had to install Tweaks and go to
Keyboard and mouse > Additional layout options > switching to another layout
The strange thing is that there is that the default shortcut super+space was not selected in that window, only the alternative shortcut.
Finally I found the option. I had to install Tweaks and go to
Keyboard and mouse > Additional layout options > switching to another layout
The strange thing is that there is that the default shortcut super+space was not selected in that window, only the alternative shortcut.
edited Apr 26 '18 at 18:25
Zanna
50.7k13136241
50.7k13136241
answered Oct 10 '17 at 13:22
Alejandro VeraAlejandro Vera
1,28721218
1,28721218
4
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
add a comment |
4
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
4
4
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Tweaks, mentioned by Alejandro Vera is the "Gnome Tweaks" application (could be found in "Software" or just from Activities search input)
– Roman Bekkiev
Oct 29 '17 at 17:29
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
Now it is called Tweaks git.gnome.org/browse/gnome-tweak-tool/commit/…
– Alejandro Vera
Oct 31 '17 at 14:10
add a comment |
In my answer I assume that you use Gnome 3.x.
You can use Tweaks, but you can also write the value directly, for example, changing from Alt+Shift to Ctrl+Shift can be done by the following command in terminal:
dconf write /org/gnome/desktop/input-sources/xkb-options ['grp:ctrl_shift_toggle','grp_led:scroll']
add a comment |
In my answer I assume that you use Gnome 3.x.
You can use Tweaks, but you can also write the value directly, for example, changing from Alt+Shift to Ctrl+Shift can be done by the following command in terminal:
dconf write /org/gnome/desktop/input-sources/xkb-options ['grp:ctrl_shift_toggle','grp_led:scroll']
add a comment |
In my answer I assume that you use Gnome 3.x.
You can use Tweaks, but you can also write the value directly, for example, changing from Alt+Shift to Ctrl+Shift can be done by the following command in terminal:
dconf write /org/gnome/desktop/input-sources/xkb-options ['grp:ctrl_shift_toggle','grp_led:scroll']
In my answer I assume that you use Gnome 3.x.
You can use Tweaks, but you can also write the value directly, for example, changing from Alt+Shift to Ctrl+Shift can be done by the following command in terminal:
dconf write /org/gnome/desktop/input-sources/xkb-options ['grp:ctrl_shift_toggle','grp_led:scroll']
edited Jan 27 at 21:48
pomsky
31.2k1194127
31.2k1194127
answered Aug 9 '18 at 7:40
avtomatonavtomaton
1764
1764
add a comment |
add a comment |
I wanted to disable the option of alternative switch to the next source; This worked for me:
In terminal, type:
xkbopts="/org/gnome/desktop/input-sources/xkb-options
dconf read $xkbopts
dconf write $xkbopts "['']"
add a comment |
I wanted to disable the option of alternative switch to the next source; This worked for me:
In terminal, type:
xkbopts="/org/gnome/desktop/input-sources/xkb-options
dconf read $xkbopts
dconf write $xkbopts "['']"
add a comment |
I wanted to disable the option of alternative switch to the next source; This worked for me:
In terminal, type:
xkbopts="/org/gnome/desktop/input-sources/xkb-options
dconf read $xkbopts
dconf write $xkbopts "['']"
I wanted to disable the option of alternative switch to the next source; This worked for me:
In terminal, type:
xkbopts="/org/gnome/desktop/input-sources/xkb-options
dconf read $xkbopts
dconf write $xkbopts "['']"
edited Oct 20 '18 at 23:54
zx485
1,45231114
1,45231114
answered Oct 20 '18 at 23:00
SamSam
112
112
add a comment |
add a comment |
Install gnome-tweak-tool
if you don't have it already. Open it, go to the Typing section and it's probably the 'Switching to another layout options' that you're looking for.
add a comment |
Install gnome-tweak-tool
if you don't have it already. Open it, go to the Typing section and it's probably the 'Switching to another layout options' that you're looking for.
add a comment |
Install gnome-tweak-tool
if you don't have it already. Open it, go to the Typing section and it's probably the 'Switching to another layout options' that you're looking for.
Install gnome-tweak-tool
if you don't have it already. Open it, go to the Typing section and it's probably the 'Switching to another layout options' that you're looking for.
edited Jan 27 at 21:56
pomsky
31.2k1194127
31.2k1194127
answered Sep 7 '18 at 9:49
Michael PeteichukMichael Peteichuk
111
111
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%2f963616%2fhow-to-change-the-alternative-switch-to-next-source%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
For latecomers, this is also an issue in 18.04 for people upgrading from 17.10: bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1762952
– oligofren
Apr 24 '18 at 22:33