On Fri, 12 Feb 2010 16:18:21 +0800 Brian Wang <brian.wang.0...@gmail.com> said:

> Hello all,
> 
> Here comes another newbie's question:
> How can I grab a key event if the key binding is already set in enlightenment?
> 
> Thanks in advance.

once a wm grabs a key - it is gone for application input. event gets delivered
to the wm, not the app with the focus. same with any x client grabbing a key.
it'd generally be bad to pass it on as now you end up with the same event being
reacted to twice. this would need care. but as such - e uses the key to flip
desktops or close a window etc. etc. so it makes no sense to pass them on in
general as the event is acted on already.

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


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to