Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #861
| From | "Karl Mueller" <karl.mueller@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Mac OS X question mark (i |
| Message-ID | <45c22736$0$16948$4c368faf@roadrunner.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| Date | 2011-04-27 15:30 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
Hi,
I've tried to set the accelerator key for help (i.e., command + ?) on Mac OS
X, but all my attempts come up with an invalid key stroke. Here is are a few
of my attempts:
KeyStroke.getKeyStroke(new Character ('?'), Toolkit.
getDefaultToolkit().getMenuShortcutKeyMask() | java.awt.Event.SHIFT_MASK,
false);
KeyStroke.getKeyStroke(new Character ('?'), Toolkit.
getDefaultToolkit().getMenuShortcutKeyMask(), false);
Does anyone know the "trick" key combination so that my java app would have
the same help accelerator key on Mac OS X?
Thanks
Karl
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next | Find similar
Mac OS X question mark (i "Karl Mueller" <karl.mueller@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
csiph-web