mapping_notify EventThe fields that can be unified in mapping_notify events
are:
type(T) unifies T with mapping_notify.
serial(S) unifies S with the serial number of the last request
processed by the server.
send_event(B) unifies B, a boolean value, with one of
true
false
display(D) unifies D with the ProXL Display the event was read from.
window(W) unifies W with the ProXL Window receiving the event.
request(R) unifies R with one of
modifier
keyboard
pointer
first_keycode(F) unifies F with the first in a range
of keycodes with new mappings, if the value of request is modifier or
keyboard. For pointer, its value is 0.
count(C) unifies C with an integer indicating the number of
keycodes with altered mappings, if the request is modifier
or keyboard. For pointer, its value is 0.