My Numerical keyboard is not working 18.04
I have Ubuntu 18.04 installed with Gnome Desktop.
My keyboard numerical keyboard is not working even after installing numlockx and checking that is showing ON from Dconf[]
numlock
add a comment |
I have Ubuntu 18.04 installed with Gnome Desktop.
My keyboard numerical keyboard is not working even after installing numlockx and checking that is showing ON from Dconf[]
numlock
add a comment |
I have Ubuntu 18.04 installed with Gnome Desktop.
My keyboard numerical keyboard is not working even after installing numlockx and checking that is showing ON from Dconf[]
numlock
I have Ubuntu 18.04 installed with Gnome Desktop.
My keyboard numerical keyboard is not working even after installing numlockx and checking that is showing ON from Dconf[]
numlock
numlock
asked Jul 18 '18 at 22:58
McSteanMcStean
166
166
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I'm not sure about the dconf
GUI method but, you can open a terminal with Ctrl+Alt+T and try:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
I don't have a problem with my numlock so I'm not sure how to duplicate your situation.
add a comment |
Make sure to check that the numlock state is showing as 'on'
You can do this by pressing Ctrl+Alt+T and then running:
gsettings get org.gnome.settings-daemon.peripherals.keyboard numlock-state
There should be a return 'on'
If it is not, then run:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
Check again and confirm that it is showing as 'on'
.
Also make sure to log out and log back in or just do a full reboot to make sure that gnome has taken the new settings.
add a comment |
Can you try to enable the numlock from terminal code is
setxkbmap -option keypad:pointerkeys
The second solution is in Gnome we must go to System -> Parameters -> Keyboard, then find the section "Mouse buttons" and disable the emulation of mouse from the keyboard.
add a comment |
go to settings keyboard and make sure your model keyboard is correct. Mine was not, when I changed it to the correct model my number keys work just fine.
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%2f1057400%2fmy-numerical-keyboard-is-not-working-18-04%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
I'm not sure about the dconf
GUI method but, you can open a terminal with Ctrl+Alt+T and try:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
I don't have a problem with my numlock so I'm not sure how to duplicate your situation.
add a comment |
I'm not sure about the dconf
GUI method but, you can open a terminal with Ctrl+Alt+T and try:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
I don't have a problem with my numlock so I'm not sure how to duplicate your situation.
add a comment |
I'm not sure about the dconf
GUI method but, you can open a terminal with Ctrl+Alt+T and try:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
I don't have a problem with my numlock so I'm not sure how to duplicate your situation.
I'm not sure about the dconf
GUI method but, you can open a terminal with Ctrl+Alt+T and try:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
I don't have a problem with my numlock so I'm not sure how to duplicate your situation.
answered Jul 18 '18 at 23:08
WinEunuuchs2UnixWinEunuuchs2Unix
46.4k1189180
46.4k1189180
add a comment |
add a comment |
Make sure to check that the numlock state is showing as 'on'
You can do this by pressing Ctrl+Alt+T and then running:
gsettings get org.gnome.settings-daemon.peripherals.keyboard numlock-state
There should be a return 'on'
If it is not, then run:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
Check again and confirm that it is showing as 'on'
.
Also make sure to log out and log back in or just do a full reboot to make sure that gnome has taken the new settings.
add a comment |
Make sure to check that the numlock state is showing as 'on'
You can do this by pressing Ctrl+Alt+T and then running:
gsettings get org.gnome.settings-daemon.peripherals.keyboard numlock-state
There should be a return 'on'
If it is not, then run:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
Check again and confirm that it is showing as 'on'
.
Also make sure to log out and log back in or just do a full reboot to make sure that gnome has taken the new settings.
add a comment |
Make sure to check that the numlock state is showing as 'on'
You can do this by pressing Ctrl+Alt+T and then running:
gsettings get org.gnome.settings-daemon.peripherals.keyboard numlock-state
There should be a return 'on'
If it is not, then run:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
Check again and confirm that it is showing as 'on'
.
Also make sure to log out and log back in or just do a full reboot to make sure that gnome has taken the new settings.
Make sure to check that the numlock state is showing as 'on'
You can do this by pressing Ctrl+Alt+T and then running:
gsettings get org.gnome.settings-daemon.peripherals.keyboard numlock-state
There should be a return 'on'
If it is not, then run:
gsettings set org.gnome.settings-daemon.peripherals.keyboard numlock-state 'on'
Check again and confirm that it is showing as 'on'
.
Also make sure to log out and log back in or just do a full reboot to make sure that gnome has taken the new settings.
edited Jul 19 '18 at 2:14
Stephen Rauch
1,1546716
1,1546716
answered Jul 19 '18 at 1:54
JamesJames
8614
8614
add a comment |
add a comment |
Can you try to enable the numlock from terminal code is
setxkbmap -option keypad:pointerkeys
The second solution is in Gnome we must go to System -> Parameters -> Keyboard, then find the section "Mouse buttons" and disable the emulation of mouse from the keyboard.
add a comment |
Can you try to enable the numlock from terminal code is
setxkbmap -option keypad:pointerkeys
The second solution is in Gnome we must go to System -> Parameters -> Keyboard, then find the section "Mouse buttons" and disable the emulation of mouse from the keyboard.
add a comment |
Can you try to enable the numlock from terminal code is
setxkbmap -option keypad:pointerkeys
The second solution is in Gnome we must go to System -> Parameters -> Keyboard, then find the section "Mouse buttons" and disable the emulation of mouse from the keyboard.
Can you try to enable the numlock from terminal code is
setxkbmap -option keypad:pointerkeys
The second solution is in Gnome we must go to System -> Parameters -> Keyboard, then find the section "Mouse buttons" and disable the emulation of mouse from the keyboard.
answered Aug 6 '18 at 5:03
desertangelsdesertangels
1036
1036
add a comment |
add a comment |
go to settings keyboard and make sure your model keyboard is correct. Mine was not, when I changed it to the correct model my number keys work just fine.
add a comment |
go to settings keyboard and make sure your model keyboard is correct. Mine was not, when I changed it to the correct model my number keys work just fine.
add a comment |
go to settings keyboard and make sure your model keyboard is correct. Mine was not, when I changed it to the correct model my number keys work just fine.
go to settings keyboard and make sure your model keyboard is correct. Mine was not, when I changed it to the correct model my number keys work just fine.
answered Jan 20 at 20:30
Andrew W TuckerAndrew W Tucker
1
1
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%2f1057400%2fmy-numerical-keyboard-is-not-working-18-04%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