views:

67

answers:

1

Hi,

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

+5  A: 

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

Rob Keniger
thank you, that looks very promising.
Till Backhaus