Bug 2234 - Accelerator text for Perspective Next and Prev should be changed (1GEAR9L)
Summary: Accelerator text for Perspective Next and Prev should be changed (1GEAR9L)
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 98
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2001-10-10 22:30 EDT by Nick Edgar CLA
Modified: 2002-01-11 10:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-10-10 22:30:55 EDT
In the Perspective menu, the Previous and Next actions have accelerator text: "ALT+UP" and "ALT+DOWN".
The should be "Alt+Up Arrow" and "Alt+Down Arrow" instead.  
"Ctrl" is used elsewhere, not "CTRL".
Also compare with Back and Forward in Go menu of Explorer.

NOTES:

NE (5/25/01 3:37:29 PM)
	Should really change Action to do this for the caller who specifies "ALT+ARROW_UP" etc.
	Currently it keeps the given accelerator text in verbatim.
	Accelerators should be specified as constants, not as strings in the text,
	and JFace should insert the accelerator text as necessary in pull-down menus (not in context menus or menu bars).
	The current solution is not workable for multiple languages.

NE (05/28/01 11:45:39 AM)	
	Too late to change JFace API.
	Could change existing API to map existing keys to proper English words (and enable other languages)


KH (9/19/2001 2:47:21 PM)
	Must also change accelerators ALT + Arrow Keys conflict with native combo box.
Comment 1 DJ Houghton CLA 2001-10-29 18:01:13 EST
PRODUCT VERSION:
110 JDK

Comment 2 Tod Creasey CLA 2002-01-11 10:10:50 EST
Perspective Next and Previous is no longer in Eclipse.