From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE, Setting keyboard for UK Date: Sat, 21 Dec 1996 18:48:23 +0000 Organization: None Lines: 22 Distribution: world Message-ID: References: <01bbeeb6$33b3caa0$a4e685c1 AT p75> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp ratbag writes: >Would some kind person please tell me how to go about assigning a UK >keyboard to work wth RHIDE (The new one out last week). I'm confused as to why this would be neccessary - I have a UK keyboard, and it works just fine with Rhide. I imagine Rhide uses DOS functions for keyboard access, so all you need to do is configure your machine properly and it should work. I'm no DOS guru, but the relevant lines from my system seem to be: in config.sys: device=c:\msdos\display.sys CON=(EGA,,1) country=044,437,c:\msdos\country.sys in autoexec.bat: mode con codepage prepare=((437) c:\windows\command\ega.cpi) keyb uk /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'. */