How to map the AltGr key to the Menu key?
On my Lenevo T460 laptop keyboard, I'd like to change the value of the AltGr key (between Space & PrtSc) to the Menu key as that is far more applicable for my use.
So far, I've managed to successfully change the Home & End keymapping to PgUp & PgDn and vice versa following this solution by editing the xkb
file.
Is there a similar way to change AltGr to Menu key as well?
Thanks for your time.
keyboard remapping
add a comment |
On my Lenevo T460 laptop keyboard, I'd like to change the value of the AltGr key (between Space & PrtSc) to the Menu key as that is far more applicable for my use.
So far, I've managed to successfully change the Home & End keymapping to PgUp & PgDn and vice versa following this solution by editing the xkb
file.
Is there a similar way to change AltGr to Menu key as well?
Thanks for your time.
keyboard remapping
add a comment |
On my Lenevo T460 laptop keyboard, I'd like to change the value of the AltGr key (between Space & PrtSc) to the Menu key as that is far more applicable for my use.
So far, I've managed to successfully change the Home & End keymapping to PgUp & PgDn and vice versa following this solution by editing the xkb
file.
Is there a similar way to change AltGr to Menu key as well?
Thanks for your time.
keyboard remapping
On my Lenevo T460 laptop keyboard, I'd like to change the value of the AltGr key (between Space & PrtSc) to the Menu key as that is far more applicable for my use.
So far, I've managed to successfully change the Home & End keymapping to PgUp & PgDn and vice versa following this solution by editing the xkb
file.
Is there a similar way to change AltGr to Menu key as well?
Thanks for your time.
keyboard remapping
keyboard remapping
edited Nov 27 '17 at 19:47
Kaz Wolfe
26k1375136
26k1375136
asked Jun 24 '17 at 13:15
RickRick
2317
2317
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Alt_Gr has the very intuitive name ISO_Level3_Shift
. Therefore one has to change the following line in the pc
file as instructed here from
key <MENU> { [ Menu ] };
to
key <MENU> { [ ISO_Level3_Shift ] };
1
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
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%2f928747%2fhow-to-map-the-altgr-key-to-the-menu-key%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
Alt_Gr has the very intuitive name ISO_Level3_Shift
. Therefore one has to change the following line in the pc
file as instructed here from
key <MENU> { [ Menu ] };
to
key <MENU> { [ ISO_Level3_Shift ] };
1
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
add a comment |
Alt_Gr has the very intuitive name ISO_Level3_Shift
. Therefore one has to change the following line in the pc
file as instructed here from
key <MENU> { [ Menu ] };
to
key <MENU> { [ ISO_Level3_Shift ] };
1
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
add a comment |
Alt_Gr has the very intuitive name ISO_Level3_Shift
. Therefore one has to change the following line in the pc
file as instructed here from
key <MENU> { [ Menu ] };
to
key <MENU> { [ ISO_Level3_Shift ] };
Alt_Gr has the very intuitive name ISO_Level3_Shift
. Therefore one has to change the following line in the pc
file as instructed here from
key <MENU> { [ Menu ] };
to
key <MENU> { [ ISO_Level3_Shift ] };
edited yesterday
answered Jul 17 '17 at 13:06
Leander MoesingerLeander Moesinger
966
966
1
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
add a comment |
1
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
1
1
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
Open bounties can't be cancelled. See meta.stackexchange.com/questions/109922/….
– David Foerster
Jul 17 '17 at 14:25
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%2f928747%2fhow-to-map-the-altgr-key-to-the-menu-key%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