Subject: Re: CONTROL-ALT-Fn
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Jaime Fournier <ober@linbsd.org>
List: tech-kern
Date: 04/29/2007 00:24:41
I was not aware of the other way of doing it when I wrote the patch :P
-Jaime Fournier
ober@NetBSD.org
On Sun, 29 Apr 2007, der Mouse wrote:
> Date: Sun, 29 Apr 2007 00:40:29 -0400 (EDT)
> From: der Mouse <mouse@Rodents.Montreal.QC.CA>
> To: tech-kern@NetBSD.org
> Subject: Re: CONTROL-ALT-Fn
>
>> I wrote a patch a while back to keep from having to use more than alt-fn.
>
>> case KS_Cmd2:
>> update_modifier(sc->id, *type, 0, MOD_COMMAND2);
>> + update_modifier(sc->id, *type, 0, MOD_COMMAND1);
>> break;
>
> Why not just remove Cmd2 from your alt key(s) and replace it with Cmd?
> Perhaps your tradeoffs are different, but, for this task, I'd certainly
> rather change my keymapping at boot time than patch the kernel.
>
> /~\ The ASCII der Mouse
> \ / Ribbon Campaign
> X Against HTML mouse@rodents.montreal.qc.ca
> / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
>