Fix Numlock for one specific keyboard only (leaving the behaviour of other devices untouched)
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
My question is basically identical to this U&L Q&A titled: Enable numlock only for external keyboard, with a slight difference.
I have the solution running to enable Numlock whenever an external keyboard is plugged into my laptop etc., but I still occasionally type on the laptops keyboard, even with the external keyboard is plugged in.
How can I permanently set Numlock on the external keyboard while leaving the behaviour for other devices like the internal keyboard unchanged?
I'm not afraid of getting into driver programming eventually, if that's what it takes. Just make sure to point me somewhere where I can learn what to do next.
keyboard-event numlock
add a comment |Â
up vote
1
down vote
favorite
My question is basically identical to this U&L Q&A titled: Enable numlock only for external keyboard, with a slight difference.
I have the solution running to enable Numlock whenever an external keyboard is plugged into my laptop etc., but I still occasionally type on the laptops keyboard, even with the external keyboard is plugged in.
How can I permanently set Numlock on the external keyboard while leaving the behaviour for other devices like the internal keyboard unchanged?
I'm not afraid of getting into driver programming eventually, if that's what it takes. Just make sure to point me somewhere where I can learn what to do next.
keyboard-event numlock
Outside of trapping every keypress, for eg.unix.stackexchange.com/questions/89538/â¦, and acting accordingly if it came form USB vs. nonUSB, I wasn't able to find a method that would do what you want.
â slmâ¦
Jul 29 at 2:20
Might be useful, shows udev rules for when keyboard is plugged/unplgged in - bbs.archlinux.org/viewtopic.php?id=161455.
â slmâ¦
Jul 29 at 2:21
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
My question is basically identical to this U&L Q&A titled: Enable numlock only for external keyboard, with a slight difference.
I have the solution running to enable Numlock whenever an external keyboard is plugged into my laptop etc., but I still occasionally type on the laptops keyboard, even with the external keyboard is plugged in.
How can I permanently set Numlock on the external keyboard while leaving the behaviour for other devices like the internal keyboard unchanged?
I'm not afraid of getting into driver programming eventually, if that's what it takes. Just make sure to point me somewhere where I can learn what to do next.
keyboard-event numlock
My question is basically identical to this U&L Q&A titled: Enable numlock only for external keyboard, with a slight difference.
I have the solution running to enable Numlock whenever an external keyboard is plugged into my laptop etc., but I still occasionally type on the laptops keyboard, even with the external keyboard is plugged in.
How can I permanently set Numlock on the external keyboard while leaving the behaviour for other devices like the internal keyboard unchanged?
I'm not afraid of getting into driver programming eventually, if that's what it takes. Just make sure to point me somewhere where I can learn what to do next.
keyboard-event numlock
edited Jul 28 at 20:02
slmâ¦
232k65479649
232k65479649
asked Jul 28 at 19:52
Peter Nerlich
1084
1084
Outside of trapping every keypress, for eg.unix.stackexchange.com/questions/89538/â¦, and acting accordingly if it came form USB vs. nonUSB, I wasn't able to find a method that would do what you want.
â slmâ¦
Jul 29 at 2:20
Might be useful, shows udev rules for when keyboard is plugged/unplgged in - bbs.archlinux.org/viewtopic.php?id=161455.
â slmâ¦
Jul 29 at 2:21
add a comment |Â
Outside of trapping every keypress, for eg.unix.stackexchange.com/questions/89538/â¦, and acting accordingly if it came form USB vs. nonUSB, I wasn't able to find a method that would do what you want.
â slmâ¦
Jul 29 at 2:20
Might be useful, shows udev rules for when keyboard is plugged/unplgged in - bbs.archlinux.org/viewtopic.php?id=161455.
â slmâ¦
Jul 29 at 2:21
Outside of trapping every keypress, for eg.unix.stackexchange.com/questions/89538/â¦, and acting accordingly if it came form USB vs. nonUSB, I wasn't able to find a method that would do what you want.
â slmâ¦
Jul 29 at 2:20
Outside of trapping every keypress, for eg.unix.stackexchange.com/questions/89538/â¦, and acting accordingly if it came form USB vs. nonUSB, I wasn't able to find a method that would do what you want.
â slmâ¦
Jul 29 at 2:20
Might be useful, shows udev rules for when keyboard is plugged/unplgged in - bbs.archlinux.org/viewtopic.php?id=161455.
â slmâ¦
Jul 29 at 2:21
Might be useful, shows udev rules for when keyboard is plugged/unplgged in - bbs.archlinux.org/viewtopic.php?id=161455.
â slmâ¦
Jul 29 at 2:21
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f459088%2ffix-numlock-for-one-specific-keyboard-only-leaving-the-behaviour-of-other-devic%23new-answer', 'question_page');
);
Post as a guest
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
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
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
Outside of trapping every keypress, for eg.unix.stackexchange.com/questions/89538/â¦, and acting accordingly if it came form USB vs. nonUSB, I wasn't able to find a method that would do what you want.
â slmâ¦
Jul 29 at 2:20
Might be useful, shows udev rules for when keyboard is plugged/unplgged in - bbs.archlinux.org/viewtopic.php?id=161455.
â slmâ¦
Jul 29 at 2:21