Got a link to an example? Can I set keydown holds for just certain keys when certain modifiers are held?
On Mon, Mar 24, 2014 at 10:09 AM, Tom Hacohen <[email protected]>wrote: > You evas_object_event_callback_add on KEYDOWN and then set ON_HOLD. See > examples all across the EFL. > > On 24/03/14 14:42, [email protected] wrote: > > What do I use in elementary to hold the event from my widget? > > > > > > On 3/24/14 9:08 Tom Hacohen wrote: > > > > On 23/03/14 00:08, Jeff Hoogland wrote: > >> Example Screen shot< > http://www.enlightenment.org/ss/e-532e24d8d0c3c6.14433647.jpg> > >> . > >> > >> Using elm_event_callback_add I've successfully been able to check when > >> control+desired key combination is pressed to trigger a file > save/open/new > >> file. However - when any key is pressed with control is held I get that > >> strange question mark character displayed above. How can I avoid this? I > >> don't want anything added to the entry when the control key is being > held. > >> > > > > > > That's the keycode generated. It's completely valid, and what should get > > in. If you'd like to have keybindings, you need to hold the event so it > > won't get to the entry. > > > > -- > > > > Tom. > > > > > > > ------------------------------------------------------------------------------ > > > > Learn Graph Databases - Download FREE O'Reilly Book > > "Graph Databases" is the definitive new guide to graph databases and > their > > applications. Written by three acclaimed leaders in the field, > > this first edition is now available. Download your free book today! > > > > http://www.enlightenment.org/ss/e-532e24d8d0c3c6.14433647.jpg > > _______________________________________________ > > > > enlightenment-devel mailing list > > > > [email protected] > > http://www.enlightenment.org/ss/e-532e24d8d0c3c6.14433647.jpg > > > > > > > > > ------------------------------------------------------------------------------ > > Learn Graph Databases - Download FREE O'Reilly Book > > "Graph Databases" is the definitive new guide to graph databases and > their > > applications. Written by three acclaimed leaders in the field, > > this first edition is now available. Download your free book today! > > http://p.sf.net/sfu/13534_NeoTech > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ~Jeff Hoogland <http://jeffhoogland.com/> Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
