Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Re: Proposed accelerator change: using Ctrl+Shift+B for build

I was refering to a window's *accelerators* (shorcuts) - such as
Alt+<letter> combinations in, say, an emacs editor view - being 'stolen' by
Eclipse's top-level menu mnemonics (also activated by Alt+<letter>).



                                                                                                                                 
                    Nick_Edgar@xxxxxxx                                                                                           
                    Sent by:                      To:     platform-ui-dev@xxxxxxxxxxx                                            
                    platform-ui-dev-admin@e       cc:                                                                            
                    clipse.org                    Subject:     Re: [platform-ui-dev] Re: Proposed accelerator change: using      
                                                   Ctrl+Shift+B for build                                                        
                                                                                                                                 
                    16/05/2002 06:59 PM                                                                                          
                    Please respond to                                                                                            
                    platform-ui-dev                                                                                              
                                                                                                                                 
                                                                                                                                 



It is not recommended to use mnemonics for controls in a main window,
other than for the menus, precisely for this reason.
You cannot predict whether there will be conflicts.  And even if we did
allow bottom-up lookup of mnemonics, it would be confusing to the user to
see duplicates.
See item 9 in the Accessibility Tips off our development resources page:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/accessibility/tips.html


Nick





stori@xxxxxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
05/16/02 04:05 PM
Please respond to platform-ui-dev


        To:     platform-ui-dev@xxxxxxxxxxx
        cc:
        Subject:        Re: [platform-ui-dev] Re: Proposed accelerator
change: using Ctrl+Shift+B
for build


Nick wrote:

> We can't second guess what accelerators
> will be needed for products above us.

Top-level menu mnemonics in particular are a big issue, as they steal
Alt+<letter> combinations.  Not only additional plug-ins may add their own
top-level menus, but once a product gets translated (Spanish, French,
etc.), all these Alt+<letter> will now steal *different* letters...

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev



_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev





Back to the top