Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 22:53:19 -0400 (EDT)
From:      Chris Hill <chris@monochrome.org>
To:        Joey Mingrone <joey@mingrone.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: .Xmodmap problems after upgrading to Xorg 7.5
Message-ID:  <alpine.BSF.2.00.1005072223130.65590@tripel.monochrome.org>
In-Reply-To: <q2kf5b896261005071155zb9de3309i8bbcb8d967b7571c@mail.gmail.com>
References:  <q2kf5b896261005071155zb9de3309i8bbcb8d967b7571c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 May 2010, Joey Mingrone wrote:

> My .Xmodmap is included below.  When I run
>
> %xmodmap ~/.Xmodmap
>
> the output is:
>
> xmodmap:  .Xmodmap:13:  bad keysym in remove modifier list
> 'Caps_Lock', no corresponding keycodes

[snip]

When I encounter an unfamiliar error, I'll paste the entire error text 
into google. Sometimes that helps.

> Does anyone know why the keysyms aren't mapping to the keycodes?

All I can offer is my own .Xmodmap, which is a small subset of yours.

[snip]

> remove Lock = Caps_Lock
> keysym Caps_Lock = Control_L
> add Control = Control_L

It looks like you're trying to end up with two left-control keys and no 
CapsLock. My .Xmodmap wants to swap CapsLock with the left Control key, 
for which purpose the following works. I don't know if the order of 
remove, keysym and add matters, but it might.

remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L

[snip]

HTH.

--
Chris Hill               chris@monochrome.org
**                     [ Busy Expunging <|> ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1005072223130.65590>