Subject: Re: CONTROL-ALT-Fn
To: Gabor Z. Papp <gzp@papp.hu>
From: Andrew Doran <ad@netbsd.org>
List: tech-kern
Date: 04/28/2007 16:44:39
On Sat, Apr 28, 2007 at 04:05:17PM +0200, Gabor Z. Papp wrote:
> * Hubert Feyrer:
>
> | On Sat, 28 Apr 2007, Gabor Z. Papp wrote:
> | > I'm just curious you know where the console switch focus
> | > CONTROL-ALT-Fn defined in the NetBSD source?
>
> | somewhere in the wscons code?
> | No idea where exactly...
>
> | > Or should I write to a public list? ;-)
>
> | I guess so. :)
> | People on tech-kern@ may know.
>
> As Hubert pointed me to this list, my question is, someone know where
> exactly the CONTROL-ALT-Fn defined in the kernel?
http://nxr.netbsd.org/source/search?q=KS_Cmd_Screen0
For the action to happen, it also wantever is defined as KS_Cmd held
down, or KS_Cmd1+KS_Cmd2 held down.
Andrew