Enlightenment CVS committal Author : urandom Project : e17 Module : proto
Dir : e17/proto/edje_viewer/src/bin Modified Files: etk_gui.c Log Message: add a vital hotkey =================================================================== RCS file: /cvs/e/e17/proto/edje_viewer/src/bin/etk_gui.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- etk_gui.c 20 Jan 2007 05:57:48 -0000 1.17 +++ etk_gui.c 31 Jan 2007 05:45:55 -0000 1.18 @@ -405,7 +405,7 @@ if (event->modifiers & ETK_MODIFIER_CTRL) { - if (!strcmp(event->keyname, "g")) + if (!strcmp(event->keyname, "g") || !strcmp(event->keyname, "s")) _gui_tree_search(gui, TREE_SEARCH_NEXT); } else if (!strcmp(event->key, "Return") || !strcmp(event->key, "KP_Enter")) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs