[ltp] How to set "compose" key, T520 with no DE

Paul Seelig linux-thinkpad@linux-thinkpad.org
Thu, 20 Dec 2012 17:17:17 +0100


I use this here:

$ cat /etc/X11/Xsession.d/99x14-composekey
if [ "$(setxkbmap -query | grep -c 'compose:caps')" != "1" ]; then
    setxkbmap -option compose:caps
fi

Hope this helps,
Paul

On 12/20/2012 04:01 AM, keitho@strucktower.com wrote:
> Hi All-
> 
> I can't figure out how to use a "compose" key with my ThinkPad T520.
> 
> I do not use a DE. Currently I am using the i3 tiling wm with Debian.
>