For the record, wnck does not explicitly subscribe to key events, but to PropertyChangeMask for both the root window and all app windows. This is necessary for getting notified about window geometry changes, but unfortunately also produces wakeups for keyboard events. I don't see what we can do about this unfortunately.
For the record, wnck does not explicitly subscribe to key events, but to PropertyChangeMask for both the root window and all app windows. This is necessary for getting notified about window geometry changes, but unfortunately also produces wakeups for keyboard events. I don't see what we can do about this unfortunately.