01-08-2015, 07:58 PM
01-08-2015, 10:02 PM
(01-08-2015, 07:58 PM)altman link Wrote: [ -> ]Hey Bart , just Copy & Paste in Terminal what Misko wrote above that s highlighted .
This 1st
gksudo leafpad /usr/share/X11/xkb/compat/complete
& than this
default 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, 10:14 PM
You fixed it mate !
01-08-2015, 11:39 PM
(01-08-2015, 10:14 PM)altman link Wrote: [ -> ]You fixed it mate !
NO! I must have done something wrong.
01-09-2015, 12:06 AM
(01-08-2015, 11:39 PM)Bart link Wrote: [ -> ][quote author=altman link=topic=1443.msg9891#msg9891 date=1420755283]
You fixed it mate !
NO! I must have done something wrong.
[/quote]
No worries , lets start back again . What exactly did you do .
01-09-2015, 01:00 AM
(01-09-2015, 12:06 AM)altman link Wrote: [ -> ][quote author=Bart link=topic=1443.msg9906#msg9906 date=1420760398]
[quote author=altman link=topic=1443.msg9891#msg9891 date=1420755283]
You fixed it mate !
NO! I must have done something wrong.
[/quote]
No worries , lets start back again . What exactly did you do .
[/quote]
I copied & pasted the first part Hit enter... then... copied & pasted the second part & hit enter.
This sure isn't like woodwork or mechanic-in. Thanks for your help & patience.
01-09-2015, 01:43 AM
No problem .
Wish it was like woodworking or big truck driving , it would be much easier right ! lol
Ok , 1 , Copy & Paste this first part here in Terminal :
gksudo leafpad /usr/share/X11/xkb/compat/complete
2- your Text Editor will open , you should see this , OR if not , Copy it :
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 will have to Save it . you don t hit Enter after this part of the process . You just click on FILE on top left of leafpad , Hit on SAVE in order to save the text ( another window will open up ) , then you now you need to exit Leafpad with clicking on FILE again , then hit QUIT , you should be good by now , if anything hit us back .
Wish it was like woodworking or big truck driving , it would be much easier right ! lol
Ok , 1 , Copy & Paste this first part here in Terminal :
gksudo leafpad /usr/share/X11/xkb/compat/complete
2- your Text Editor will open , you should see this , OR if not , Copy it :
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 will have to Save it . you don t hit Enter after this part of the process . You just click on FILE on top left of leafpad , Hit on SAVE in order to save the text ( another window will open up ) , then you now you need to exit Leafpad with clicking on FILE again , then hit QUIT , you should be good by now , if anything hit us back .
01-09-2015, 01:48 AM
Found this link for the LeafPad App , hope it will help you on how to Save commands in it .
http://www.ghacks.net/2010/05/01/leafpad...xt-editor/
http://www.ghacks.net/2010/05/01/leafpad...xt-editor/
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).
01-09-2015, 11:42 PM
How is it going on Bart .