How to remap numlock key to be delete
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.
Here is what I have tried:
Use Xmodmap with numlockx
Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.
- Create a file
~/.Xmodmap
with linekeycode 77 = Delete NoSymbol
- Run
xmodmap ~/.Xmodmap
- Run
numlockx on
This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.
Use XKB
- Edit
/usr/share/X11/xkb/symbols/us
to havekey <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
also tried:
- Edit
/usr/share/X11/xkb/symbols/us
to havereplace key <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.
keyboard xkb remapping
New contributor
add a comment |
Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.
Here is what I have tried:
Use Xmodmap with numlockx
Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.
- Create a file
~/.Xmodmap
with linekeycode 77 = Delete NoSymbol
- Run
xmodmap ~/.Xmodmap
- Run
numlockx on
This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.
Use XKB
- Edit
/usr/share/X11/xkb/symbols/us
to havekey <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
also tried:
- Edit
/usr/share/X11/xkb/symbols/us
to havereplace key <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.
keyboard xkb remapping
New contributor
add a comment |
Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.
Here is what I have tried:
Use Xmodmap with numlockx
Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.
- Create a file
~/.Xmodmap
with linekeycode 77 = Delete NoSymbol
- Run
xmodmap ~/.Xmodmap
- Run
numlockx on
This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.
Use XKB
- Edit
/usr/share/X11/xkb/symbols/us
to havekey <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
also tried:
- Edit
/usr/share/X11/xkb/symbols/us
to havereplace key <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.
keyboard xkb remapping
New contributor
Because of the layout of my keyboard, I want to have numlock permanently pressed and use the numlock key as a delete key. I can't seem to get this to work. Any ideas on how to do this would be appreciated.
Here is what I have tried:
Use Xmodmap with numlockx
Inspired by this question. My understanding is that xmodmap is deprecated, so this is probably not a great idea.
- Create a file
~/.Xmodmap
with linekeycode 77 = Delete NoSymbol
- Run
xmodmap ~/.Xmodmap
- Run
numlockx on
This allows numlock to work as delete and enables the num pad until the first time I press the numlock key. Then the numlock key disables the num pad.
Use XKB
- Edit
/usr/share/X11/xkb/symbols/us
to havekey <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
also tried:
- Edit
/usr/share/X11/xkb/symbols/us
to havereplace key <NMLK> { [Delete, Num_Lock] };
at the end of the basic keymap. - restart computer
This suffers from similar problems as the other method, being able to delete works, but the numlock key turns off the numpad. It also seems to mess with other keys like the windows key when the num pad is enabled. I do like that I get control of the numlock using shift+numlock. I can't find any difference between using replace and not using it.
keyboard xkb remapping
keyboard xkb remapping
New contributor
New contributor
New contributor
asked 4 hours ago
Michael SobreperaMichael Sobrepera
112
112
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1131325%2fhow-to-remap-numlock-key-to-be-delete%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.
Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.
Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.
Michael Sobrepera is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1131325%2fhow-to-remap-numlock-key-to-be-delete%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