Bug 189452 - [Accessibility] Mnemonic conflict for Methods/Macros in Folding preference page
Summary: [Accessibility] Mnemonic conflict for Methods/Macros in Folding preference page
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0 RC3   Edit
Assignee: Vivian Kong CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-28 11:02 EDT by Jason Montojo CLA
Modified: 2008-06-22 01:11 EDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.47 KB, patch)
2007-05-28 14:45 EDT, Jason Montojo CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Montojo CLA 2007-05-28 11:02:21 EDT
Steps to Reproduce:
1. Go to Preferences -> C/C++ -> Editor -> Folding
2. Observe that "Macros" and "Methods" have the same mnemonic ("M")

It's not possible to cycle through the different mnemonics because they're check boxes.
Comment 1 Jason Montojo CLA 2007-05-28 14:45:08 EDT
Created attachment 68950 [details]
Proposed patch

This patch changes the mnemonic for "Methods" to "e".
Comment 2 Vivian Kong CLA 2007-05-28 16:26:11 EDT
Applied to HEAD.  Thanks Jay.