When a notifier pops up, you can tab (or shift-tab) to the Proceed/Abandon/Debug/Create buttons at the top of the window. However, when the one you want is highlighted, I would like to be able to just press the
|
I would not bother with a preference on this. Correctly
handling enter will not interfere with clicking, so the fix should not offend
anyone (right???).
Bill
From: [hidden email] [mailto:[hidden email]] On Behalf Of danklein Sent: Sunday, December 20, 2009 8:56 AM To: [hidden email] Subject: [Pharo-project] Can't use <Enter> key to select notifier action View this message in context: Can't use Sent from the Pharo Smalltalk mailing list archive at Nabble.com. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Daniel Klein
2009/12/20 danklein <[hidden email]> When a notifier pops up, you can tab (or shift-tab) to the Proceed/Abandon/Debug/Create buttons at the top of the window. However, when the one you want is highlighted, I would like to be able to just press the to execute it, but you have to actually click on it. Is there a configuration setting to affect this behavior? It works with the space key, but not to the enter key. I remember a similar "issue" that Gary solve. It let us use the enter key instead of the space key in some cases, for example when you save a method with an undeclared variable and it gives you the options....I couldn't find it in my mails.... gary do you remember ? Cheers, Mariano View this message in context: Can't use key to select notifier action _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Sorry for delay, away for xmas!
Having played around with a few OSes perhaps we
should allow the enter key when a button has keyboard focus. For dialogs, where
no button has keyboard focus, the default button should be activated (barring
any specifc use of enter in the morph that has keyboard focus).
Regards, Gary
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
You are the boss for that.
Let us know. On Jan 4, 2010, at 2:26 PM, Gary Chambers wrote: > Sorry for delay, away for xmas! > > Having played around with a few OSes perhaps we should allow the enter key when a button has keyboard focus. For dialogs, where no button has keyboard focus, the default button should be activated (barring any specifc use of enter in the morph that has keyboard focus). > > Regards, Gary > ----- Original Message ----- > From: Mariano Martinez Peck > To: [hidden email] > Sent: Sunday, December 20, 2009 5:40 PM > Subject: Re: [Pharo-project] Can't use <Enter> key to select notifier action > > > > 2009/12/20 danklein <[hidden email]> > When a notifier pops up, you can tab (or shift-tab) to the Proceed/Abandon/Debug/Create buttons at the top of the window. However, when the one you want is highlighted, I would like to be able to just press the to execute it, but you have to actually click on it. Is there a configuration setting to affect this behavior? > > It works with the space key, but not to the enter key. I remember a similar "issue" that Gary solve. It let us use the enter key instead of the space key in some cases, for example when you save a method with an undeclared variable and it gives you the options....I couldn't find it in my mails.... > > gary do you remember ? > > Cheers, > > Mariano > > > View this message in context: Can't use key to select notifier action > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |