Re: Xinput button mapping and middle button emulation

2016-10-17 Thread Tobia Conforto
> I think what you could do is map MB emulation to button 10 (that is > driver-internal) and then init the button mapping so that button 10 is > logical button 2 and button 2 is logical button 8. Yes, but how do I map the MB emulation to button 10, short of patching the driver? It doesn't look lik

Re: Xinput button mapping and middle button emulation

2016-10-17 Thread Peter Hutterer
On Mon, Oct 17, 2016 at 07:57:14PM +0200, Tobia Conforto wrote: > > I think what you could do is map MB emulation to button 10 (that is > > driver-internal) and then init the button mapping so that button 10 is > > logical button 2 and button 2 is logical button 8. > > Yes, but how do I map the MB

Input method support in Qt 5

2016-10-17 Thread Dominik Wezel
Hi I had to upgrade to KDE 5 recently. One of the first things I immediately noticed was that my key composition table was no longer working. In earlier versions, I managed to force Qt and GTK to use XIM, which supported my huge additions to /usr/share/X11/locale/en_US.UTF-8/Compose. As a