Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 4.0 - Beta, 4.0
-
Component/s: Viewer RI
-
Labels:None
-
Environment:All
-
Affects:Sample App./Tutorial
Description
The menu accelerator shortcut keys used on the JMenu in the ViewerRI are hard-coded to use the CTRL key, which is correct for Windows but perhaps not some other, more enlightened platforms.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19671 | Thu Nov 12 13:25:09 MST 2009 | ken.fyten | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 4.0 [ 10212 ] | |
Affects | [Sample App./Tutorial] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 10222 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed by making the menu accelerator key be determined via a call to Toolkit.getDefaultToolkit().getMenuShorcutKeyMask().
Modified: icepdf/viewer/src/org/icepdf/ri/common/KeyEventConstants.java
Committed revision 19671.