01-09-2015, 10:44 PM
(01-08-2015, 07:52 PM)Bart link Wrote: Misco your way ahead of me I am a brand new user of Linux. Just trying to get away from windy OOOO!Oh, Sorry for the late reply I've been a little busy.
You should paste this into terminal
Code:
gksudo leafpad /usr/share/X11/xkb/compat/complete
you enter the password and text editor shows up with this content:
Code:
default xkb_compatibility "complete" {
include "basic"
augment "iso9995"
augment "mousekeys"
augment "accessx(full)"
augment "misc"
augment "xfree86"
augment "level5"
augment "caps(caps_lock)"
};
Code:
default xkb_compatibility "complete" {
include "basic"
augment "iso9995"
//augment "mousekeys"
//augment "accessx(full)"
augment "misc"
augment "xfree86"
augment "level5"
augment "caps(caps_lock)"
};
then you close the text editor (leafpad).