disable control-f4 i.e., cycle between open windows in all applications in mac

Joined
Mar 28, 2012
Messages
2
Reaction score
0
Points
1
I am developing a kiosk application on mac. I am able to disable doc, apple menu etc and make my application in kiosk mode.

SetSystemUIMode(kUIModeAllHidden, kUIOptionDisableAppleMenu |
kUIOptionDisableProcessSwitch | kUIOptionDisableForceQuit);
The above code helps me to achieve that. But One can break the kiosk mode using control-f4 (Even though cmd-tab is disabled) and also alt-f4 which brings up the system preferences.

Can some one help me with this?
 
OP
M
Joined
Mar 28, 2012
Messages
2
Reaction score
0
Points
1
I am developing a kiosk application on mac. I am able to disable doc, apple menu etc and make my application in kiosk mode.

SetSystemUIMode(kUIModeAllHidden, kUIOptionDisableAppleMenu |
kUIOptionDisableProcessSwitch | kUIOptionDisableForceQuit);
The above code helps me to achieve that. But One can break the kiosk mode using control-f4 (Even though cmd-tab is disabled) and also alt-f4 which brings up the system preferences.

Can some one help me with this?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top