OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: 3.9: wscons changed?

From: Jun-ichiro itojun Hagino (itojunitojun.org)
Date: Thu Mar 23 2006 - 01:47:51 CST


> May be the same problem I had? Miod recently sent a patch that at
> least worked for me:
>
> http://marc.theaimsgroup.com/?l=openbsd-misc&m=114208392220433&w=2

        yup, i'm now testing miod's patch. it is working just fine.
        i hate "xkb" thingy, so i'm using the following /etc/X11/xorg.conf
        fragment and xmodmap trick.

        miod: so, it's working just fine now. it was "xkb" which made me
        confused. i think the patch is ready for commit. thanks.

itojun

--- in /etc/X11/xorg.conf
>Section "InputDevice"
> Identifier "Keyboard0"
> Driver "keyboard"
> Option "Protocol" "standard"
>EndSection

--- in .xsession
xmodmap - <<EOF
remove Lock = Caps_Lock
remove Control = Control_L
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
keycode 77 = Num_Lock
keycode 233 = Next
keycode 234 = Prior
EOF