Hello,

I have an old laptop which I installed Debian on, but then discovered that the control key (CTRL) does not work at all. I can solve this by swapping control with the unused Windows key and using that key instead. I was able to reassign CTRL to the Windows key in X using xmodmap as follows ("Super_L" is the unused Windows key):

xmodmap -e "remove Control = Control_L"
xmodmap -e "remove Control = Control_R"
xmodmap -e "remove mod4 = Super_L"
xmodmap -e "keycode 115 = Super_L"
xmodmap -e "add Control = Super_L"

The problem is that this only works in X, and I would like to permanently reassign CTRL to the Windows key for console mode as well.

Does anyone know how I can do this?

    Thanks!
    Dave

--

Dave Parker
Utica College Department of
Integrated Information Technology Services
Data Processing Office
(315) 792-3229
Registered Linux User #408177


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to