Removes a keystroke event listener from the registry's listener queue, ceasing notification of events with modifiers matching
modmask
.
listener |
a pointer to the DeviceListener for which keystroke events are requested. |
key_set |
a pointer to the KeyDefinition array indicating which keystroke events are requested, or null to indicate that all keycodes and keyvals for the specified modifier set are to be included. |
modmask |
the key modifier mask for which this listener is to be 'deregistered' (of type KeyMaskType). |
event_types |
an KeyMaskType mask indicating which types of key events were requested ( atspi_key_pressed, etc.). |
true if successful, otherwise false. |