Re: Disabling key bindings

2009-03-05 Thread Ken Thomases
On Mar 5, 2009, at 3:09 PM, Shayne Wissler wrote: For F1-F4, it works as you suspect. For F8-F12, even holding FN doesn't let them pass through. Those keys are bound to Exposé, Dashboard, and Spaces by default. See the Keyboard Shortcuts tab or the separate preference panes for those fe

Re: Disabling key bindings

2009-03-05 Thread Shayne Wissler
> > >> So why don't I get events for F1-F4, F7-12? I was assuming it was because >> they were bound, evidently there's a different level of key binding going >> on? >> > > I suspect you would if you used the "fn" key with them. For F1-F4, it works as you suspect. For F8-F12, even holding FN doesn

Re: Disabling key bindings

2009-03-05 Thread Ken Thomases
On Mar 5, 2009, at 2:18 PM, Shayne Wissler wrote: On Thu, Mar 5, 2009 at 12:17 PM, Ken Thomases wrote: On Mar 5, 2009, at 11:59 AM, Shayne Wissler wrote: I have an application in which the user's normal OSX key bindings are meaningless, and while they are in that application I would like

Re: Disabling key bindings

2009-03-05 Thread Shayne Wissler
On Thu, Mar 5, 2009 at 12:17 PM, Ken Thomases wrote: > On Mar 5, 2009, at 11:59 AM, Shayne Wissler wrote: > > I have an application in which the user's normal OSX key bindings are >> meaningless, and while they are in that application I would like to detect >> any keyboard event. Right now I am

Re: Disabling key bindings

2009-03-05 Thread Ken Thomases
On Mar 5, 2009, at 11:59 AM, Shayne Wissler wrote: I have an application in which the user's normal OSX key bindings are meaningless, and while they are in that application I would like to detect any keyboard event. Right now I am using KeyDown, KeyUp, and FlagsChanged, but these of course

Disabling key bindings

2009-03-05 Thread Shayne Wissler
I have an application in which the user's normal OSX key bindings are meaningless, and while they are in that application I would like to detect any keyboard event. Right now I am using KeyDown, KeyUp, and FlagsChanged, but these of course are subject to the user's key bindings. Is there either a w