Re: Still can logout using keys when Apple menu disabled!
Re: Still can logout using keys when Apple menu disabled!
- Subject: Re: Still can logout using keys when Apple menu disabled!
- From: Rhon Fitzwater <email@hidden>
- Date: Mon, 25 Aug 2003 11:19:40 -0400
This is because that key-combination is controlled by the system
(loginwindow process specifically). If you notice in the AppleMenu
there is no shown key-combination to automatically log out without
warning, but you can do this by hitting command-shift-option-q.
In order to disable this functionality you have to add menu-items with
key equivalents to command-shift-q and command-shift-option-q. This
can be done by editing Safari's MainMenu.nib file, or maybe by Hao
adding some code to programatically create these menu items.
Hope this helps.
-Rhon
On Monday, August 25, 2003, at 10:50 AM, Eric Schlegel wrote:
On Aug 25, 2003, at 1:36 AM, Hao Li wrote:
I have problem with "Log Out..."! I use tn2062 as references for
macosx kiosk mode, and the
code example "UsingSystemUIModeCocoa". And I can hide menu, disable
Apple Menu and
so on just as in the example. Though problem is now, I can still use
Apple-Shift-Q to active
the logout - even though the Apple Menu (not the application menu,
which is refered as
Apple Menu everywhere too) is disabled. And this problem exists also
in the example app "UsingSystemUIModeCocoa".
I don't know why this is happening, but I can reproduce it (and it
still occurs in Panther). Can you file a bug, let me know the bug
number, and I'll investigate?
thanks,
-eric
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.