![]() |
[SOLVED] 10-key keypad - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14) +--- Thread: [SOLVED] 10-key keypad (/showthread.php?tid=1377) |
Re: 10 key key pad - altman - 01-08-2015 Hey Bart , just Copy & Paste in Terminal what Misko wrote above that s highlighted . Re: 10 key key pad - Bart - 01-08-2015 (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)" }; Re: 10 key key pad - altman - 01-08-2015 You fixed it mate ! Re: 10 key key pad - Bart - 01-08-2015 (01-08-2015, 10:14 PM)altman link Wrote: You fixed it mate ! NO! I must have done something wrong. Re: 10 key key pad - altman - 01-09-2015 (01-08-2015, 11:39 PM)Bart link Wrote: [quote author=altman link=topic=1443.msg9891#msg9891 date=1420755283] NO! I must have done something wrong. [/quote] No worries , lets start back again . What exactly did you do . Re: 10 key key pad - Bart - 01-09-2015 (01-09-2015, 12:06 AM)altman link Wrote: [quote author=Bart link=topic=1443.msg9906#msg9906 date=1420760398] 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. Re: 10 key key pad - altman - 01-09-2015 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 . Re: 10 key key pad - altman - 01-09-2015 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-yet-another-linux-text-editor/ Re: 10 key key pad - anon222 - 01-09-2015 (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" { Code: default xkb_compatibility "complete" { then you close the text editor (leafpad). Re: 10 key key pad - altman - 01-09-2015 How is it going on Bart . |