Re: Receiving all Key Events
Re: Receiving all Key Events
- Subject: Re: Receiving all Key Events
- From: "Timothy J. Wood" <email@hidden>
- Date: Sat, 19 Oct 2002 18:37:36 -0700
Look at the 'flags changed' event.
-tim
On Saturday, October 19, 2002, at 05:01 PM, Greg Hulands wrote:
Hi,
I cannot find in the docs on how I can receive all key events. What I
am after is to be able to just hold down the shift or option or
control or command keys by them selves so that I can then perform a
different operation depending on which key is depressed. The only
problem so far is that NSEvent treats all those keys as modifier keys
when another key is pressed. What I need is to get the key press as an
event, as I do not want to have to press another key just to get a key
event generated.
_______________________________________________
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.