From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Tarifa Subject: Re: Dosemu keys Date: Fri, 13 Feb 2009 17:11:20 +0100 Message-ID: <49959BA8.7000906@adbosch.es> References: <49955B9F.2040007@adbosch.es> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49955B9F.2040007@adbosch.es> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org > I'm sure I'm not the only one with this problem, but I can't find a > solution. > I'm accessing dosemu through ssh. When I connect to it through > gnome-terminal all the keys I need work fine, but when I connect to it > through a "pure" console, some keys, like Ctrl+Supr don't work. > The docs say something about a dosemu.new.keymap that supposedly can > fix these problems, but I cannot find it anywhere. > Any ideas on how to fix this? I found out that ctrl+supr is represented by the string "\033[3;5~" so I modified my keymap to fix it.