Subject: Re: How do you change virtual screens with the wscons driver?
To: None <port-i386@netbsd.org>
From: Chris Baird <cjb@brushtail.apana.org.au>
List: port-i386
Date: 01/05/2001 03:10:17
> FWIW, this is really Left_Ctrl-Left_Alt-F<n>, at least on my
> machines.
Being specific to Left Ctrl+Alt I find really annoying, as a moderate
touch-typist who dislikes having to move far off the 'home' positions.
(Moving the right hand over to the F<1-4> keys...Bad)
I've hacked my wskbdmap_mfii.c (patch below if anyone wants it), as
it's by far nicer IMHO to use Right Ctrl+Alt and then the left hand
for the function key. (I presume pcvt's use of F9-F12 for screens 0-3
would have been motivated by the same reasons.)
One of these days I might be cheesed off enough to make it a bug report...
--
Chris Baird,, <cjb@brushtail.apana.org.au>
*** wskbdmap_mfii.c~ Sat May 20 02:40:04 2000
--- wskbdmap_mfii.c Sun Dec 3 20:10:51 2000
***************
*** 133,141 ****
KC(127), KS_Pause, /* Break */
KC(156), KS_KP_Enter,
! KC(157), KS_Control_R,
KC(170), KS_Print_Screen,
KC(181), KS_KP_Divide,
KC(183), KS_Print_Screen,
! KC(184), KS_Alt_R, KS_Multi_key,
#if 0
KC(198), KS_Cmd_ResetClose, /* CTL-Break */
--- 133,141 ----
KC(127), KS_Pause, /* Break */
KC(156), KS_KP_Enter,
! KC(157), KS_Cmd1, KS_Control_R, /* cjb */
KC(170), KS_Print_Screen,
KC(181), KS_KP_Divide,
KC(183), KS_Print_Screen,
! KC(184), KS_Cmd2, KS_Alt_R, KS_Multi_key, /* cjb */
#if 0
KC(198), KS_Cmd_ResetClose, /* CTL-Break */