From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Suleymanov Subject: Re: Key: CTRL and PGup / PGdown Date: 04 Feb 2003 09:21:28 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <87el6or2fr.fsf@boo.eatpbank.ru> References: <3E3EE58A.6030102@Yahoo.com> Mime-Version: 1.0 Return-path: In-Reply-To: <3E3EE58A.6030102@Yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linux-MSDOS Mailing list >>>>> Brian Dembinski writes: Brian> Hi guys. I've been waiting to post but his problem is very Brian> similar to mine so I'll do it now. I'd like to know if it's Brian> possible to have the keyboard act like it's in raw keyboard Brian> mode, except that by pressing 'ctrl_alt_fn' you can change Brian> between the different consoles in Linux. Is this possible? Brian> Thanks. Yoy can redefine the console layout. This is a piece of mine: keycode 109 = Next shift keycode 109 = F66 control keycode 109 = F67 alt keycode 109 = F68 shift control keycode 109 = F166 altgr shift keycode 109 = F66 altgr control keycode 109 = F67 altgr alt keycode 109 = F68 altgr shift control keycode 109 = F166 shift alt keycode 109 = Scroll_Forward altgr shift alt keycode 109 = Scroll_Forward string F66 = "\036s\036K3" string F67 = "\036c\036K3" string F68 = "\036a\036K3" string F166 = "\036s\036c\036K3" -- Sergey Suleymanov