Re: Localize the «Compoze» key combinations?

2015-01-26 Thread wettstae
Anyway, right now I stumbled upon a strange fact that when I am replace an original «libX11.so.6.3.0» with a newly compiled one, the compose key just stops working. I didn't changed anything except that configured compilation with «-g3» added to CFLAGS and CPPFLAGS. Have anybody an idea what

Re: Localize the «Compoze» key combinations?

2015-01-25 Thread Hi-Angel
2015-01-20 22:44 GMT+03:00 wetts...@gmail.com: If you are willing to modify your libX11, something you might want to try is to change libX11/modules/im/ximcp/imLcFlt.c such that the calls to XLookupString are done with a modified value of ev-xkey.state. You mask out the two bits of the state

Re: Localize the «Compoze» key combinations?

2015-01-20 Thread wettstae
If you are willing to modify your libX11, something you might want to try is to change libX11/modules/im/ximcp/imLcFlt.c such that the calls to XLookupString are done with a modified value of ev-xkey.state. You mask out the two bits of the state that determine the group. For compose sequences,

Re: Localize the «Compoze» key combinations?

2015-01-18 Thread Hi-Angel
Okay, I am still hope that this could be done with a plain configuration, so I asked a question at unix.stackexchange http://unix.stackexchange.com/questions/179764/force-english-layout-for-the-compose-key-pressed If anybody knows an answer, please write it here or there. 2015-01-03 14:59