20.03.2012, 21:20, "John Weeks" <[email protected]>:
> On Windows, I can filter keypress events looking for Qt::Key_Cancel, which is 
> generated by pressing Ctrl+Break.The Macintosh equivalent is Cmd-period. As 
> far as I can make out, the Cocoa system catches that key combination and 
> sends some sort of cancel event instead of a key event.
> My question: is there a way to catch this in Qt on Macintosh?

Try to catch it with event filter. If it fails you probably will need to write 
custom ObjC code.

-- 
Regards,
Konstantin
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to