On Thu, 30 Apr 2009 10:41:31 +0400 Sergey Semernin <sergey.semer...@gmail.com>
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 this 
> events. 
> 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?
> 
> Sincerely yours, Sergey.

you need integration between efm which has the focus and efm_nav where focus
will be punted to the nav in certain situations (then back). you do not want to
use actions and global shortcuts. that is bad for this.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to