I'm trying to get my app to respond to Command +W among other shortcuts. For some reason the keyevent is never called. Currently Command +q and Command +h work, but they do not call the key event handler.
Has anyone had success capturing these key sequences?