Closed
Bug 3280
Opened 26 years ago
Closed 24 years ago
No accelerator (shortcut) keys for the buttons are available.
Categories
(CCK Graveyard :: CCK-Wizard, enhancement, P2)
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: bsharma, Assigned: shrutiv)
Details
There should be hot keys for each button on the Wizard screens.
Updated•25 years ago
|
Severity: normal → enhancement
Comment 2•25 years ago
|
||
Marking this an enhancement, it wasn't in the original spec. (That's not to say
it isn't a good idea though!)
Comment 3•25 years ago
|
||
Bulk move to M11.
Comment 4•25 years ago
|
||
Bulk move to post-beta1.
Comment 5•25 years ago
|
||
To implement this, know the following:
Create an array of ACCEL structures and fill each one in appropriately.
Call CreateAcceleratorTable to enable the accelerators.
Call DestroyAcceleratorTable to disable them and at the end of the program.
In our context, the INI files would need to have an accelerator= keyword since
the widgetID is a required part of the ACCEL structure. The table would
potentially need to be changed for each page. Some mechanism should exist to
create global accelerators similar to the way we handle titles and such (e.g.
the accelerator for the back and next keys would be defined here.)
In MSDN, look for the topic "Using an Accelerator Table Created at Run Time"
Updated•25 years ago
|
Summary: No hot keys for the buttons are available. → No accelerator (shortcut) keys for the buttons are available.
Comment 8•25 years ago
|
||
This bug was vandalized by a clueless idiot. I believe I have undone all of the
vandalism.
Comment 10•25 years ago
|
||
Marking as LATER
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Comment 11•24 years ago
|
||
Reopening this for re-evaluation.
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Comment 12•24 years ago
|
||
Marking as Future
Sorry for not doing this earlier
Status: REOPENED → ASSIGNED
Target Milestone: M20 → Future
Comment 14•24 years ago
|
||
changing varada's bugs to shrutiv for CCK
Comment 15•24 years ago
|
||
resolving as WONTFIX as per triage meeting
Assignee: varada → shrutiv
Status: ASSIGNED → NEW
Comment 16•24 years ago
|
||
resolving now
Comment 17•24 years ago
|
||
I hope this time is for real...
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•