Linux Lite Forums

Full Version: [SOLVED] 10-key keypad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
With Lite 2.2 my 10 numbers key pad works to type in my password when starting Linux but not afterwards. On an Acer Aspire 5740. Num lock is on.

Thanks, Bart
Hi Bart,
Try this....

Menu > Settings > Keyboard and uncheck the 'Restore Num Lock State on Startup'

Dave
Thanks Dave

Didn't work.

Bart
Do you have to manually add/remove Num Locks !
Bart, can you try this:
Code:
gksudo leafpad /usr/share/X11/xkb/compat/complete
comment out mousekeys and acsessx(full).
So the file will look like this:
Code:
default xkb_compatibility "complete"  {
    include "basic"
    augment "iso9995"
    //augment "mousekeys"
    //augment "accessx(full)"
    augment "misc"
    augment "xfree86"
    augment "level5"
    augment "caps(caps_lock)"
};
That will disable "Control the pointer using Keypad"
It's a builtin functionality from The X server usually causing the problem on Ubuntu.
Save it, and close leafpad. See if that fixes the problem.
(01-08-2015, 05:03 PM)altman link Wrote: [ -> ]Do you have to manually add/remove Num Locks !

yes
Same here , I live with it , I don t really mind , if it doesn t bother you too much , I ll go with it .
Doesn't matter if I lock numbers or not I have no use of it it does not work at all.

I have a weakened left arm do to parkinsons so having the 10 key pad available is a great help to me.
(01-08-2015, 06:36 PM)misko_2083 link Wrote: [ -> ]Bart, can you try this:
Code:
gksudo leafpad /usr/share/X11/xkb/compat/complete
comment out mousekeys and acsessx(full).
So the file will look like this:
Code:
default xkb_compatibility "complete"  {
    include "basic"
    augment "iso9995"
    //augment "mousekeys"
    //augment "accessx(full)"
    augment "misc"
    augment "xfree86"
    augment "level5"
    augment "caps(caps_lock)"
};
That will disable "Control the pointer using Keypad"
It's a builtin functionality from The X server usually causing the problem on Ubuntu.
Save it, and close leafpad. See if that fixes the problem.

Misco your way ahead of me I am a brand new user of Linux. Just trying to get away from windy OOOO!
(01-08-2015, 07:49 PM)Bart link Wrote: [ -> ]Doesn't matter if I lock numbers or not I have no use of it it does not work at all.

I have a weakened left arm do to parkinsons so having the 10 key pad available is a great help to me.

Oh , not the same , we ll check it out .
Pages: 1 2 3 4 5