Bug 169869

Summary: [KeyBindings] Provide Alt+Left mapping for Navigate > Back in wizards
Product: [Eclipse Project] Platform Reporter: Douglas Pollock <douglas.pollock>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: markus.kell.r, psuzzi, ruediger.herrmann
Version: 3.2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Douglas Pollock CLA 2007-01-08 13:01:50 EST
It might make sense to have Alt+Left mapped to the Back button in wizards.  Similarly Alt+Right mapped to the Next button.  This should be quick/easy to do.
Comment 1 Markus Keller CLA 2017-03-06 07:01:19 EST
Implementation should reuse the binding for Navigate > Back/Forward, which already has correct shortcuts on the Mac.
Comment 2 RĂ¼diger Herrmann CLA 2017-03-06 15:54:42 EST
(In reply to Markus Keller from comment #1)
> Implementation should reuse the binding for Navigate > Back/Forward, which
> already has correct shortcuts on the Mac.

Your suggestion would require the WizardDialog to expose API to navigate back and forward. E.g. make backPressed() and nextPressed() public or something along these lines.

In addition, new handlers for the back/forward commands would be needed. Those would only be active while a wizard dialog is open.

Does this meet your ideas?