01-08-2015, 05:40 AM
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
Thanks, Bart
gksudo leafpad /usr/share/X11/xkb/compat/completedefault xkb_compatibility "complete" {
include "basic"
augment "iso9995"
//augment "mousekeys"
//augment "accessx(full)"
augment "misc"
augment "xfree86"
augment "level5"
augment "caps(caps_lock)"
};(01-08-2015, 06:36 PM)misko_2083 link Wrote: Bart, can you try this:
comment out mousekeys and acsessx(full).Code:gksudo leafpad /usr/share/X11/xkb/compat/complete
So the file will look like this:
That will disable "Control the pointer using Keypad"Code:default xkb_compatibility "complete" {
include "basic"
augment "iso9995"
//augment "mousekeys"
//augment "accessx(full)"
augment "misc"
augment "xfree86"
augment "level5"
augment "caps(caps_lock)"
};
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, 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.