GNOME Bugzilla – Bug 78616
keylisteners using CANCONSUME can't consume.
Last modified: 2009-08-15 18:40:50 UTC
when using SPI_registerAccessibleKeystrokeListener with the SPI_KEYLISTENER_CANCONSUME flag, even if the handler associated with the listener returns TRUE (meaning, "key was consumed"), the key event is passed through to the GUI toolkit.
Created attachment 7695 [details] [review] patch to fix this bug; padraig, please review approach.
*** This bug has been marked as a duplicate of 78618 ***