X Core Protocol Scheme

Michael Titke michael.tiedtke at o2online.de
Sun Dec 13 01:19:59 PST 2015



On 12/12/2015 21:40, Michael Titke wrote:
>
>
> On 12/12/2015 19:26, Ilya Anfimov wrote:
>> On Sat, Dec 12, 2015 at 06:31:55PM +0100, Michael Titke wrote:
>> [skipped]
>>
>> [skipped]
>>> core protocol requests to receive those mappings for the current map in
>>> effect are ignored by the server.
>>   No.
>
> Tell that my X server or deliver the byte string! ;-)
>
>

When we add the keymap events to the event mask of the window (bit-or 
cw-keyboard cw-keymap) (BTW it's nice the core specifications containts 
Lisp like hexidecimal numbers which allows for copy & paste: (define 
cw-keymap (number->byte-string-4 #x00004000))) we only receive void 
keymap events but they really do appear for every suppressed enter 
notification:

VSI SCA/X: unhandled event: #"11 0 0 0  16 0 0 0  0 0 0 0  0 0 0 0 0 0 0 
0  0 0 0 0  0 0 0 0  0 0 0 0"
VSI SCA/X: unhandled event: #"11 0 0 0  0 0 0 0  0 0 0 0  0 0 0 0  0 0 0 
0  0 0 0 0  0 0 0 0  0 0 0 0"


No matter what the request to receive the current mappings 
(X-get-keyboard-mapping X) is silently ignored.

Regards!



More information about the xorg mailing list