Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-10-08 Thread The Rasterman
On Sun, 1 Oct 2006 18:18:20 +1000 Metrics <[EMAIL PROTECTED]> babbled: > Small change in the last patch I sent. To finalise this ongoing thread, > the e_menu_prev_next.patch and then menu_keys.patch, both of which are > attached. let there be stench! - into cvs it goes :) -- - Codit

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-10-01 Thread Metrics
Small change in the last patch I sent. To finalise this ongoing thread, the e_menu_prev_next.patch and then menu_keys.patch, both of which are attached. metrics Index: src/bin/e_menu.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_me

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-09-29 Thread Metrics
On Wed, Sep 27, 2006 at 07:38:20PM +1000, Metrics wrote: > On Wed, Sep 27, 2006 at 03:24:54PM +1000, Metrics wrote: > > The patch attached to adds keyboard navigation to the menu using the > > first character of the menu label. It automatically executes anything > > with a single entry in the menu

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-09-27 Thread Metrics
On Wed, Sep 27, 2006 at 03:24:54PM +1000, Metrics wrote: > The patch attached to adds keyboard navigation to the menu using the > first character of the menu label. It automatically executes anything > with a single entry in the menu and just activates those that have > multiple entries. If you don

Re: [E-devel] e_menu Keyboard Navigation using First Characters

2006-09-27 Thread David Sharp
On 9/26/06, Metrics <[EMAIL PROTECTED]> wrote: > The patch attached to adds keyboard navigation to the menu using the > first character of the menu label. It automatically executes anything > with a single entry in the menu and just activates those that have > multiple entries. If you don't like it

[E-devel] e_menu Keyboard Navigation using First Characters

2006-09-26 Thread Metrics
The patch attached to adds keyboard navigation to the menu using the first character of the menu label. It automatically executes anything with a single entry in the menu and just activates those that have multiple entries. If you don't like it's behaviour I can change it. The patch is based on su