Marc Espie writes:
> > To setup the right alt key as compose, you can either:
> > 
> > - run 'setxkbmap -option compose:ralt' somewhere in your session
> >   startup script
> > 
> > - create /etc/X11/xorg.conf.d/90-keyboard.conf containing
> > 
> > --- Cut ---
> > Section "InputClass"
> >         Identifier "Kbd"
> >         MatchDriver "kbd"
> >         Option "XkbOptions" "compose:ralt"
> > EndSection
> > --- Cut ---
>
> I used to understand that shit back in xmodmap days.
> I'll admit I'm completely lost with setxkbmap
>
> Along the same lines, how can you simply disable caps lock ?

caps:none

Personally I run with caps:ctrl_modifier (caps becomes ctrl).

These variants are documented in xkeyboard-config(7) (needs a large
terminal to be readable).

Reply via email to