Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lock down in application



Ok,Thanks Robert.
 
With some ways(applescript and systempreference expose pane and through some bundles )being there for these expose shortcut keys,i can manage to choose one that suits the need.But rightnow,i was stuck with some other shortcut keys.
I am using setSystemUIMode for the kiosk like application.I have used the disable process switch option.But i happened to come across that the short cut keys Option-F14,Option-F15 etc.are not blocked.Pressing this shortcuts brings the Dispaly and Sound Panes of system preferences in front along with the dock and thus breaking my kiosk like application.Is there way of disabling these shortcut keys.
 
Thanks in Advance,
Manikandan T


Robert MacGregor <email@hidden> wrote:
After much searching I located com.apple.symbolichotkeys:

I disabled Expose and then from the command-line in Terminal typed:
>defaults read com.apple.symbolichotkeys

{
AppleSymbolicHotKeys = {
32 = {enabled = 0; };
34 = {enabled = 0; };
36 = {enabled = 0; };
37 = {enabled = 0; };
44 = {enabled = 0; };
46 = {enabled = 0; };
48 = {enabled = 0; };
49 = {enabled = 0; };
};
}

I enabled F9, F10 and F11:

[fred:~] rmacgreg% defaults read com.apple.symbolichotkeys
{
AppleSymbolicHotKeys = {
32 = {enabled = 1; value = {parameters = (-1, 101, 0); type =
standard; }; };
34 = {enabled = 1; value = {parameters = (-1, 101, 131072);
type = standard; }; };
36 = {enabled = 1; value = {parameters = (-1, 103, 0); type =
standard; }; };
37 = {enabled = 1; value = {parameters = (-1, 103, 131072);
! type = standard; }; };
44 = {enabled = 0; };
46 = {enabled = 0; };
48 = {enabled = 0; };
49 = {enabled = 0; };
};
}

Below are some examples of changing Expose's key assignments:
http://www.macosxhints.com/article.php?story=20031216101103267
http://www.justinfrench.com/index.php?id=69
http://www.maccritic.com/tips/article/359_0_12_0_M/



On 12-Apr-05, at 10:07 AM, Nicholas R. Rinard wrote:

> could you reassign the F9, F10, and F11 keys to something else? in the
> Expose control panel, just turn off Expose.
>
>
>
> On Apr 12, 2005, at 8:51 AM, manikandan thangavelu wrote:
>
>> Is there any other programmatic way by means of which we can disable
>> this expose.
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Java-dev mailing list (email@hidden)
> Help/Unsubscribe! /Update your Subscription:
> http://lists.apple.com/mailman/options/java-dev/
> email@hidden
>
> This email sent to email@hidden
>

Yahoo! India Matrimony: Find your life partner online.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.