Re: Handling the Return key



On Fri, 2007-08-24 at 17:27 -0400, William Ramsay wrote:
> Hi,
> 
> Can anyone explain to me how to go about handling the pressing of the 
> return key
> in a data entry dialog?  

You need the "activate" signal for the dialog, which is emitted when the
user presses Return or equivalent keys.

Note that this does not catch the user leaving the entry by shifting the
keyboard focus, which may or may not matter to you.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]