• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Disabling key bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disabling key bindings


  • Subject: Re: Disabling key bindings
  • From: Ken Thomases <email@hidden>
  • Date: Thu, 5 Mar 2009 13:17:49 -0600

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 are subject to the user's key bindings.

No, they're not. These deal in raw keyboard events. In fact, the key bindings technology is all about invoking action methods specific to a given key function, so almost by definition they wouldn't be keyDown:, keyUp: and flagsChanged:. Now, the key bindings stuff is done within keyDown:, but only if you so choose.


See <http://developer.apple.com/documentation/Cocoa/Conceptual/EventOverview/HandlingKeyEvents/chapter_6_section_3.html >.

Regards,
Ken

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Disabling key bindings
      • From: Shayne Wissler <email@hidden>
References: 
 >Disabling key bindings (From: Shayne Wissler <email@hidden>)

  • Prev by Date: Re: User In-Activity hook? And a request
  • Next by Date: Re: NSString leak or RedHerring again?
  • Previous by thread: Disabling key bindings
  • Next by thread: Re: Disabling key bindings
  • Index(es):
    • Date
    • Thread