From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danilo Godec Subject: Re: DOSEMU keyboard problem Date: Mon, 08 Feb 2010 10:40:14 +0100 Message-ID: <4B6FDBFE.1060905@agenda.si> References: <4B6FCC27.6050006@agenda.si> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B6FCC27.6050006@agenda.si> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org On 8.2.2010 9:32, Danilo Godec wrote: > I fixed the performance issue - there was a leftover .dosemurc in > users home directories, which included the '$_cpu_emu = "full"'. > > But I now have a new problem regarding keyboard. I'm using Netterm > telnet client, because it has excelent custom keyboard and character > mapping abilities and it supports pass-through printing. I need > mapping because the application is using an old, outdated and > non-standard YUSCII encoding (check > http://en.wikipedia.org/wiki/YUSCII for more info). > > On new DOSEMU there is a problem - when I press one of the 'home', > 'end', 'page up', 'page down' or 'insert' keys, DOSEMU seems to 'hang' > - but not completely. It still accepts CTRL-C and 'space' - but > nothing else. This only happens if I use Netterm in conjunction with > new DOSEMU. I found out how I can 'escape' from that state - if I press 'ESC' quickly followed by 'ENTER', DOSEMU snaps out and I can continue using it... In keyscan codes, that's ^[^M ... But still - how can I get these keys to work in DOSEMU? Regards, Danilo > It works if I use Putty and it also works with Netterm and old DOSEMU > (where the connection settings are exactly the same). > > I used 'showkey' to check what Netterm actually sends for those keys:: > > HOME - ^[[1~ > END - ^[[4~ > PAGE UP - ^[[5~ > PAGE DOWN - ^[[6~ > INSERT - ^[[2~ > > These codes are the same that Putty sends and these keys work both in > Linux (old and new server) and old DOSEMU... > > I tried changing '$_layout', but that didn't change anything. > > Any ideas? > > Regards, Danilo > > -- > To unsubscribe from this list: send the line "unsubscribe linux-msdos" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html