Re: Recent NSMenu changes..

2011-03-14 Thread Fred Kiefer
I finally implemented a solution for this long standing issue. You may now change the displayed characters for the key equivalent modifiers by setting some user defaults. The keys are GSControlKeyString GSAlternateKeyString GSShiftKeyString GSCommandKeyString If you use nice Unicode characters

Re: Recent NSMenu changes..

2007-01-30 Thread Charles philip Chan
On 30 Jan 2007, [EMAIL PROTECTED] wrote: > Why not use unicode characters? Not everyone have their GNUStep set to use unicode, so I don't think this will work. However, I do find the pound sign ugly. Charles -- /* panic?? These should never occur in our application. */ linux-2.6.6/dri

Re: Recent NSMenu changes..

2007-01-30 Thread Benhur Stein
On 1/29/07, Fred Kiefer <[EMAIL PROTECTED]> wrote: Nicolas Roard schrieb: > On 1/29/07, Gregory John Casamento <[EMAIL PROTECTED]> wrote: >> All, >> >> Perhaps we could put a set of images to represent the key masks >> needed.The #/+/- scheme adds absolutely nothing and only clutters >> the i

Re: Recent NSMenu changes..

2007-01-29 Thread Fred Kiefer
Nicolas Roard schrieb: > On 1/29/07, Gregory John Casamento <[EMAIL PROTECTED]> wrote: >> All, >> >> Perhaps we could put a set of images to represent the key masks >> needed.The #/+/- scheme adds absolutely nothing and only clutters >> the interface. It would be better to implement a mechanis

Re: Recent NSMenu changes..

2007-01-29 Thread Nicolas Roard
On 1/29/07, Nicolas Roard <[EMAIL PROTECTED]> wrote: Images would be better, indeed. You probably do not need to show the shift modifier though -- simply use an uppercase letter (unless it's not a letter, of course). And of course I don't think it's really useful to put the alt modifier as it w

Re: Recent NSMenu changes..

2007-01-29 Thread Nicolas Roard
On 1/29/07, Gregory John Casamento <[EMAIL PROTECTED]> wrote: All, Perhaps we could put a set of images to represent the key masks needed.The #/+/- scheme adds absolutely nothing and only clutters the interface. It would be better to implement a mechanism which shows some images (pehaps *

Re: Recent NSMenu changes..

2007-01-28 Thread Gregory John Casamento
represent Control, Command, Shift, and Alt. GJC -- Gregory Casamento - Original Message From: Fred Kiefer <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: gnustep-dev@gnu.org Sent: Sunday, January 28, 2007 3:53:23 PM Subject: Re: Recent NSMenu changes.. Matt Rice schrieb: > I don'

Re: Recent NSMenu changes..

2007-01-28 Thread Matt Rice
On 2007-01-28 12:53:23 -0800 Fred Kiefer <[EMAIL PROTECTED]> wrote: Matt Rice schrieb: I don't really like the new NSMenuItemCell behaviour which adds #, /, +, ^ to show the key mask before the key equivalent.. i think its unattractive and makes it hard to quickly see the key equivalent, and

Re: Recent NSMenu changes..

2007-01-28 Thread Fred Kiefer
Matt Rice schrieb: > I don't really like the new NSMenuItemCell behaviour which adds #, /, > +, ^ to > show the key mask before the key equivalent.. i think its unattractive and > makes it hard to quickly see the key equivalent, and doesn't increase the > comprehension of which keys to press since

Recent NSMenu changes..

2007-01-28 Thread Matt Rice
I don't really like the new NSMenuItemCell behaviour which adds #, /, +, ^ to show the key mask before the key equivalent.. i think its unattractive and makes it hard to quickly see the key equivalent, and doesn't increase the comprehension of which keys to press since they don't map to the ac