Hi. On Mon, 9 Dec 2013 01:06:25 -0600 Paul Johnson <ba...@ursamundi.org> wrote:
> I've used setxkbmap -option compose:menu multiple times in XFCE, but for > some reason, something keeps kicking it back over to the same useless > functionality that the menu key has in Windows. What's the real way to > bind compose to the menu key and make it stick? In no particular order, that 'something' could be: 1) Settings in /etc/default/keyboard. Applies at every boot and every X session start. Just add you preferences to XKBOPTIONS like this: XKBOPTIONS="compose:menu" 2) XFCE xkb-plugin applet (~/.config/xfce4/panel/xkb-plugin-[0-9].rc). Edit this configuration file like this: never_modify_config=true compose_key_position=compose:menu 3) Some custom Input Method (be it XIM, SCIM or whatever). The solution is to deinstall it unless you really need it. Reco -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131209203202.34a6ac542dddb875da05b...@gmail.com