|
From: <no...@so...> - 2002-06-09 09:11:31
|
Ease of use Issues item #566417, was opened at 2002-06-09 04:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=460211&aid=566417&group_id=44253 Category: Platform Independent Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Centgraf (centgraf) Assigned to: Nobody/Anonymous (nobody) Summary: Platform-Specific Shortcut Key Initial Comment: http://developer.apple.com/technotes/tn/tn2042.html This page describes several techniques for making a pure Java app OS X savvy. This request is specifically for platform-tailored shortcut modifiers. Right now CTRL-whatever is hard-coded into the menu constructors, but we should instead use java.awt.Toolkit.getMenuShortcutKeyMask() to build the menu items. Full details and an example are at the URL above. Whoever implements this should also investigate InputMap and ActionMap and see if those facilities would be helpful for organizing the DrJava codebase. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=460211&aid=566417&group_id=44253 |