This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173955 - Processing of shortcut key pressing
Summary: Processing of shortcut key pressing
Status: RESOLVED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 11:31 UTC by Victor Vasilyev
Modified: 2010-03-15 22:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Vasilyev 2009-10-07 11:31:29 UTC
A shortcut key can be associated with the org.netbeans.modules.openfile.RecentFileAction.
Processing of the shortcut key pressing should be implemented in the method RecentFileAction.actionPerformed(ActionEvent
evt).

See also:
* Issue 169741
* http://core.netbeans.org/proposals/recent-files-ui-spec.html
* http://wiki.netbeans.org/NewAndNoteWorthyMilestone4#section-NewAndNoteWorthyMilestone4-OpenRecentFile

Note, the UI spec doesn't describe processing of the shortcut key pressing.
Comment 1 Victor Vasilyev 2010-03-15 22:17:16 UTC
The document "Highlights of NetBeans IDE 6.8 Keyboard Shortcuts & Code Templates" doesn't define a shortcut for File/Open File... action. 
By default, the shortcut is not associated with the action, but 
Tools/Options/Keymap is an easy way to do that if it is need.