On Thu, Apr 30, 2009 at 3:41 AM, Sergey Semernin
<sergey.semer...@gmail.com> 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
> events.

need to look at it, but maybe you can connect to parent object (e_fm)?
Or even add system to e_fm to register keyboard handlers, so if it
does not handle, it will call the list until some function returns
TRUE.


> Second - make E_Action objects and link them to Alt+Left, Alt+Right, Alt+Up
> keys, for example. It's global shortcuts. To use it i must watch what efm_nav
> instance active now. Could I use EVAS_CALLBACK_SHOW and EVAS_CALLBACK_HIDE
> handlers in efm_nav for this purpose?

this one is bad, not the purpose of e_action.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to