Subject: Re: Jornada 6x0 new keyboard layout ?
To: None <port-hpcsh@netbsd.org>
From: wrzymski <wrzymski@gmail.com>
List: port-hpcsh
Date: 10/10/2005 00:31:26
2005/10/9, wrzymski <wrzymski@gmail.com>:
> I also suggest adding alt-gr+arrows support for Home/End/Pg_up/Pg_dn
> keys. In my opinion using hard icons isn't very comfortable. I know
> that according to wince keyboard it should be done using left_alt but
> adding this alt_gr combination is very easy and I guess this hack
> might be useful for others.
>
>     KC(200), KS_Cmd_BrightnessUp,     KS_Up,        KS_Prior,
>     KC(203), KS_Cmd_ContrastDown,    KS_Left,      KS_Home,
>     KC(205), KS_Cmd_ContrastUp,        KS_Right,    KS_End,
>     KC(208), KS_Cmd_BrightnessDown, KS_Down,   KS_Next,
>

I've just realized that alt_gr-home/end/pg_up/pg_dn should look more
like this, but I haven't tested it

KC(98),       KS_Up,      KS_Up,      KS_Prior,
KC(100),     KS_Left,     KS_Left,     KS_Home,
KC(102),     KS_Right,   KS_Right,   KS_End,
KC(104),     KS_Down,  KS_Down,  KS_Next,

#wrz#