01-08-2015, 07:52 PM
(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.
Misco your way ahead of me I am a brand new user of Linux. Just trying to get away from windy OOOO!