Bug 169869 - [KeyBindings] Provide Alt+Left mapping for Navigate > Back in wizards
Summary: [KeyBindings] Provide Alt+Left mapping for Navigate > Back in wizards
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 13:01 EST by Douglas Pollock CLA
Modified: 2017-03-07 04:16 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?