My right ALT key is not working The 2019 Stack Overflow Developer Survey Results Are...
Why doesn't UInt have a toDouble()?
Can there be female White Walkers?
Geography at the pixel level
How to translate "being like"?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
How to charge AirPods to keep battery healthy?
What do I do when my TA workload is more than expected?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Slides for 30 min~1 hr Skype tenure track application interview
Loose spokes after only a few rides
writing variables above the numbers in tikz picture
A word that means fill it to the required quantity
Pokemon Turn Based battle (Python)
Why are there uneven bright areas in this photo of black hole?
Can a flute soloist sit?
Worn-tile Scrabble
I am an eight letter word. What am I?
Why can't devices on different VLANs, but on the same subnet, communicate?
Is bread bad for ducks?
Deal with toxic manager when you can't quit
Why not take a picture of a closer black hole?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
What information about me do stores get via my credit card?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
My right ALT key is not working
The 2019 Stack Overflow Developer Survey Results Are InKeyboard shortcuts are not working with NumLock key on(Left) CTRL + right arrow not working in Ubuntu 14.04Changing workspace shortcuts do not workRight shift key not workingFn key behaves like Ctrl-left and Ctrl-left not workingxev Alt key change, but Alt key doesn't workshift + left alt not workingMaking a shortcut keys for one shortcut keyWhy left Altr key is not working in Ubuntu?Left CTRL, ALT and SUPER do not work anymore
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The left ALT key works fine, but the right Alt key does nothing. I used xev to check the button and it works. I use it for for shortcuts like Ctrl+Alt+T to open terminal so I want to fix this problem. thanks.
keyboard shortcut-keys keyboard-layout
add a comment |
The left ALT key works fine, but the right Alt key does nothing. I used xev to check the button and it works. I use it for for shortcuts like Ctrl+Alt+T to open terminal so I want to fix this problem. thanks.
keyboard shortcut-keys keyboard-layout
Which keyboard layout are you using?
– Gunnar Hjalmarsson
Dec 23 '18 at 22:44
I use English US layout and Greek.
– Dimitris Buttner
Dec 24 '18 at 20:38
Ok. When the Greek layout is active, Right Alt is used to access third and fourth level symbols, so combinations like <Ctrl>+<Right Alt>+T is not supposed to work. It should work, though, when English US is active, if English US means the basic US layout and not one of the variants.
– Gunnar Hjalmarsson
Dec 24 '18 at 22:14
It doesn't work on either of them.
– Dimitris Buttner
Dec 27 '18 at 13:41
add a comment |
The left ALT key works fine, but the right Alt key does nothing. I used xev to check the button and it works. I use it for for shortcuts like Ctrl+Alt+T to open terminal so I want to fix this problem. thanks.
keyboard shortcut-keys keyboard-layout
The left ALT key works fine, but the right Alt key does nothing. I used xev to check the button and it works. I use it for for shortcuts like Ctrl+Alt+T to open terminal so I want to fix this problem. thanks.
keyboard shortcut-keys keyboard-layout
keyboard shortcut-keys keyboard-layout
edited Dec 26 '18 at 19:16
mature
2,2224933
2,2224933
asked Dec 23 '18 at 21:22
Dimitris ButtnerDimitris Buttner
111
111
Which keyboard layout are you using?
– Gunnar Hjalmarsson
Dec 23 '18 at 22:44
I use English US layout and Greek.
– Dimitris Buttner
Dec 24 '18 at 20:38
Ok. When the Greek layout is active, Right Alt is used to access third and fourth level symbols, so combinations like <Ctrl>+<Right Alt>+T is not supposed to work. It should work, though, when English US is active, if English US means the basic US layout and not one of the variants.
– Gunnar Hjalmarsson
Dec 24 '18 at 22:14
It doesn't work on either of them.
– Dimitris Buttner
Dec 27 '18 at 13:41
add a comment |
Which keyboard layout are you using?
– Gunnar Hjalmarsson
Dec 23 '18 at 22:44
I use English US layout and Greek.
– Dimitris Buttner
Dec 24 '18 at 20:38
Ok. When the Greek layout is active, Right Alt is used to access third and fourth level symbols, so combinations like <Ctrl>+<Right Alt>+T is not supposed to work. It should work, though, when English US is active, if English US means the basic US layout and not one of the variants.
– Gunnar Hjalmarsson
Dec 24 '18 at 22:14
It doesn't work on either of them.
– Dimitris Buttner
Dec 27 '18 at 13:41
Which keyboard layout are you using?
– Gunnar Hjalmarsson
Dec 23 '18 at 22:44
Which keyboard layout are you using?
– Gunnar Hjalmarsson
Dec 23 '18 at 22:44
I use English US layout and Greek.
– Dimitris Buttner
Dec 24 '18 at 20:38
I use English US layout and Greek.
– Dimitris Buttner
Dec 24 '18 at 20:38
Ok. When the Greek layout is active, Right Alt is used to access third and fourth level symbols, so combinations like <Ctrl>+<Right Alt>+T is not supposed to work. It should work, though, when English US is active, if English US means the basic US layout and not one of the variants.
– Gunnar Hjalmarsson
Dec 24 '18 at 22:14
Ok. When the Greek layout is active, Right Alt is used to access third and fourth level symbols, so combinations like <Ctrl>+<Right Alt>+T is not supposed to work. It should work, though, when English US is active, if English US means the basic US layout and not one of the variants.
– Gunnar Hjalmarsson
Dec 24 '18 at 22:14
It doesn't work on either of them.
– Dimitris Buttner
Dec 27 '18 at 13:41
It doesn't work on either of them.
– Dimitris Buttner
Dec 27 '18 at 13:41
add a comment |
1 Answer
1
active
oldest
votes
I had the same problem, and after a lot of googling around in vain I finally managed to discover a solution.
The following solution works both when the English keyboard is selected, and when the Greek keyboard is selected. (Or any other keyboard for that matter, I suppose.)
Open "Tweaks" (aka "Gnome Tweaks") go to "Keyboard & Mouse" -> "Additional Layout Options" -> "Key to choose the 3rd level" and put a check mark on "Right Alt never chooses 3rd level".
If you want to be able to achieve the same thing via the command line:
The corresponding dconf setting is /org/gnome/desktop/input-sources/xkb-options
, the value 'lv3:ralt_alt'
must be included in the array of values for that key.
After setting the value of this key, the tweak tool then causes the setxkbmap
command to be invoked, with some parameters that actually do the trick on the fly, but I have not been able to figure out what those parameters are, so my guess is that if you only do dconf
then you will need to restart your login session for the changes to take effect.
<rant-mode>
I suppose the problem here is that Ubuntu is a) trying to offer an impossibly oversimplified interface which yields an unusable computer out of the box, so you absolutely have to resort to things like the "Gnome Tweaks" tool, and b) this tool is offering so many incredibly arcane and entirely useless options, that the one little option that actually matters is hidden in the noise.
</rant-mode>
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%2f1104092%2fmy-right-alt-key-is-not-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same problem, and after a lot of googling around in vain I finally managed to discover a solution.
The following solution works both when the English keyboard is selected, and when the Greek keyboard is selected. (Or any other keyboard for that matter, I suppose.)
Open "Tweaks" (aka "Gnome Tweaks") go to "Keyboard & Mouse" -> "Additional Layout Options" -> "Key to choose the 3rd level" and put a check mark on "Right Alt never chooses 3rd level".
If you want to be able to achieve the same thing via the command line:
The corresponding dconf setting is /org/gnome/desktop/input-sources/xkb-options
, the value 'lv3:ralt_alt'
must be included in the array of values for that key.
After setting the value of this key, the tweak tool then causes the setxkbmap
command to be invoked, with some parameters that actually do the trick on the fly, but I have not been able to figure out what those parameters are, so my guess is that if you only do dconf
then you will need to restart your login session for the changes to take effect.
<rant-mode>
I suppose the problem here is that Ubuntu is a) trying to offer an impossibly oversimplified interface which yields an unusable computer out of the box, so you absolutely have to resort to things like the "Gnome Tweaks" tool, and b) this tool is offering so many incredibly arcane and entirely useless options, that the one little option that actually matters is hidden in the noise.
</rant-mode>
add a comment |
I had the same problem, and after a lot of googling around in vain I finally managed to discover a solution.
The following solution works both when the English keyboard is selected, and when the Greek keyboard is selected. (Or any other keyboard for that matter, I suppose.)
Open "Tweaks" (aka "Gnome Tweaks") go to "Keyboard & Mouse" -> "Additional Layout Options" -> "Key to choose the 3rd level" and put a check mark on "Right Alt never chooses 3rd level".
If you want to be able to achieve the same thing via the command line:
The corresponding dconf setting is /org/gnome/desktop/input-sources/xkb-options
, the value 'lv3:ralt_alt'
must be included in the array of values for that key.
After setting the value of this key, the tweak tool then causes the setxkbmap
command to be invoked, with some parameters that actually do the trick on the fly, but I have not been able to figure out what those parameters are, so my guess is that if you only do dconf
then you will need to restart your login session for the changes to take effect.
<rant-mode>
I suppose the problem here is that Ubuntu is a) trying to offer an impossibly oversimplified interface which yields an unusable computer out of the box, so you absolutely have to resort to things like the "Gnome Tweaks" tool, and b) this tool is offering so many incredibly arcane and entirely useless options, that the one little option that actually matters is hidden in the noise.
</rant-mode>
add a comment |
I had the same problem, and after a lot of googling around in vain I finally managed to discover a solution.
The following solution works both when the English keyboard is selected, and when the Greek keyboard is selected. (Or any other keyboard for that matter, I suppose.)
Open "Tweaks" (aka "Gnome Tweaks") go to "Keyboard & Mouse" -> "Additional Layout Options" -> "Key to choose the 3rd level" and put a check mark on "Right Alt never chooses 3rd level".
If you want to be able to achieve the same thing via the command line:
The corresponding dconf setting is /org/gnome/desktop/input-sources/xkb-options
, the value 'lv3:ralt_alt'
must be included in the array of values for that key.
After setting the value of this key, the tweak tool then causes the setxkbmap
command to be invoked, with some parameters that actually do the trick on the fly, but I have not been able to figure out what those parameters are, so my guess is that if you only do dconf
then you will need to restart your login session for the changes to take effect.
<rant-mode>
I suppose the problem here is that Ubuntu is a) trying to offer an impossibly oversimplified interface which yields an unusable computer out of the box, so you absolutely have to resort to things like the "Gnome Tweaks" tool, and b) this tool is offering so many incredibly arcane and entirely useless options, that the one little option that actually matters is hidden in the noise.
</rant-mode>
I had the same problem, and after a lot of googling around in vain I finally managed to discover a solution.
The following solution works both when the English keyboard is selected, and when the Greek keyboard is selected. (Or any other keyboard for that matter, I suppose.)
Open "Tweaks" (aka "Gnome Tweaks") go to "Keyboard & Mouse" -> "Additional Layout Options" -> "Key to choose the 3rd level" and put a check mark on "Right Alt never chooses 3rd level".
If you want to be able to achieve the same thing via the command line:
The corresponding dconf setting is /org/gnome/desktop/input-sources/xkb-options
, the value 'lv3:ralt_alt'
must be included in the array of values for that key.
After setting the value of this key, the tweak tool then causes the setxkbmap
command to be invoked, with some parameters that actually do the trick on the fly, but I have not been able to figure out what those parameters are, so my guess is that if you only do dconf
then you will need to restart your login session for the changes to take effect.
<rant-mode>
I suppose the problem here is that Ubuntu is a) trying to offer an impossibly oversimplified interface which yields an unusable computer out of the box, so you absolutely have to resort to things like the "Gnome Tweaks" tool, and b) this tool is offering so many incredibly arcane and entirely useless options, that the one little option that actually matters is hidden in the noise.
</rant-mode>
answered 1 min ago
Mike NakisMike Nakis
1214
1214
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%2f1104092%2fmy-right-alt-key-is-not-working%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
Which keyboard layout are you using?
– Gunnar Hjalmarsson
Dec 23 '18 at 22:44
I use English US layout and Greek.
– Dimitris Buttner
Dec 24 '18 at 20:38
Ok. When the Greek layout is active, Right Alt is used to access third and fourth level symbols, so combinations like <Ctrl>+<Right Alt>+T is not supposed to work. It should work, though, when English US is active, if English US means the basic US layout and not one of the variants.
– Gunnar Hjalmarsson
Dec 24 '18 at 22:14
It doesn't work on either of them.
– Dimitris Buttner
Dec 27 '18 at 13:41