Re: [E-devel] Efm_Nav keyboard shortcuts

2009-05-15 Thread The Rasterman
On Thu, 30 Apr 2009 10:41:31 +0400 Sergey Semernin said: > Hello, All. > > Situation: efm_nav has a directory change history list. To make keyboard > shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if widget > catch keyboard events. But, efm_nav have'nt focus and not receive t

Re: [E-devel] Efm_Nav keyboard shortcuts

2009-05-01 Thread Gustavo Sverzut Barbieri
On Fri, May 1, 2009 at 2:52 AM, Sergey Semernin wrote: > Hello, All. > > In message from 1 мая 2009 Gustavo Sverzut Barbieri wrote: > >> > Situation: efm_nav has a directory change history list. To make keyboard >> > shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if >> > widget c

Re: [E-devel] Efm_Nav keyboard shortcuts

2009-04-30 Thread Sergey Semernin
Hello, All. In message from 1 мая 2009 Gustavo Sverzut Barbieri wrote: > > Situation: efm_nav has a directory change history list. To make keyboard > > shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if > > widget catch keyboard events. But, efm_nav have'nt focus and not receive

Re: [E-devel] Efm_Nav keyboard shortcuts

2009-04-30 Thread Gustavo Sverzut Barbieri
On Thu, Apr 30, 2009 at 3:41 AM, Sergey Semernin wrote: > Hello, All. > > Situation: efm_nav has a directory change history list. To make keyboard > shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if widget > catch keyboard events. But, efm_nav have'nt focus and not receive this >

[E-devel] Efm_Nav keyboard shortcuts

2009-04-29 Thread Sergey Semernin
Hello, All. Situation: efm_nav has a directory change history list. To make keyboard shortcust for up, prev, next I should use EVAS_CALLBACK_KEY_DOWN if widget catch keyboard events. But, efm_nav have'nt focus and not receive this events. Second - make E_Action objects and link them to Alt+Lef