| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
That is my understanding.
See java.awt.KeyEventDispatcher and java.awt.KeyboardFocusManager
Rob
On May 3, 2006, at 9:10 PM, Bill Janssen wrote:
KeyEventDispatcher ked = new MyKeyEventDispatcher();
KeyboardFocusManager.getCurrentKeyboardFocusManager ().addKeyEventDispatcher( ked );
this lets you install a handler to get "first crack" at any keyboard event before the normal event processing occurs.
Would this let me get key events without any open windows?
Bill
_______________________________________________ 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
| References: | |
| >Re: Catching Command-N without any open windows? (From: Bill Janssen <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.