do the Mac OS X APIs provide a method to ignore all systemwide hotkeys? I'm currently researching how to build a kiosk-mode like application. I searched the OS X Developer documentation and tried google (combinations of [cocoa, carbon, os x, ignore, global, hotkey, kiosk, event]), but nothing turned up yet.

I know this has been done before (Camino KioskMode Plugin for instance) - but it seems to me as if those who succeeded kept the solution to themselves. I'm currently lost - if someone could give me a hint I'd highly appreciate it.

Thanks for your time.

Till Backhaus

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

For Snow Leopard: http://developer.apple.com/mac/library/technotes/KioskMode/Introduction/Introduction.html

If you need to support earlier versions: http://developer.apple.com/mac/library/technotes/tn2002/tn2062.html

link|improve this answer
thank you, that looks very promising. – Till Backhaus Apr 14 '10 at 7:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.