Re: Key: CTRL and PGup / PGdown
Subject: Re: Key: CTRL and PGup / PGdown
From: Sergey Suleymanov <solt <at> eatpbank.ru>
Date: 04 Feb 2003 09:21:28 +0300
Newsgroups: gmane.linux.msdos.general
>>>>> 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"
I need to have ctrl PgUp/PgDn work in an xterm or ssh login. Currently I can
get them to work on the console setting $_rawkeyboard=(on) or using xdosemu
they also work. I just want the dos app running in dosemu to get the keypad
keys as if it were running in raw keyboard mode on the console or xdosemu.
Is there a way to do this so it just affects a single dosemu user without
reloading the console keymap?
--John
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html