Hi, On Thu, Jul 21, 2011 at 08:55:11PM +0300, Volkan YAZICI wrote: > $ cat /etc/default/keyboard | grep -vE "^($|#)" > XKBMODEL="pc105" > XKBLAYOUT="tr" > XKBVARIANT="" > XKBOPTIONS="ctrl:nocaps" > $ . /etc/default/keyboard > $ diff <(ckbcomp -model $XKBMODEL $XKBLAYOUT $XKBVARIANT) \ > > <(ckbcomp -model $XKBMODEL $XKBLAYOUT $XKBVARIANT ctrl:nocaps) > WARNING: Can not find "ctrl:nocaps" in "tr".
Yeah, of course I didn’t think of that … Sorry to bother you, but could
you please try again with
$ diff <(ckbcomp -model "$XKBMODEL" "$XKBLAYOUT" "$XKBVARIANT") \
<(ckbcomp -model "$XKBMODEL" "$XKBLAYOUT" "$XKBVARIANT"
ctrl:nocaps)
Still, your settings produce the desired effect for me, but I currently
don’t have access to a Squeeze system – I cannot rule out that the
problem you experience went away sometime after the release.
Cheers,
--
Michael Schutte | michi@{uiae.at,debian.org}
Innsbruck, Austria | happily accepting encrypted mail
OpenPGP: 0x16fb 517b a866 c3f6 8f11 1485 f3e4 122f 1D8C 261A
signature.asc
Description: Digital signature

