2009/5/17 manio <ma...@skyboo.net>: > Hello > I've made a patch for efm "Open with..." dialog. Now one is able to cancel > the dialog using Esc key, and open file with Enter. > Besides i made a focus on "Custom command" - so after dialog shows a user is > able to type a command and just press Enter to open the file. > I hope it is ok for commit :)
committed with minor changes to event handling: - use "else if" in order to check for ev->keyname as it can be either Return or Escape, not both. - use evas event handler instead of ecore. Using raw ecore is tricky because it would dispatch all events, not just those of the given window, you'd have to check for ev->win and compare with current ecore-evas x window. Thanks, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ 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