Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/config Modified Files: Tag: branch-exp Makefile.am strings.c Removed Files: Tag: branch-exp keybindings.cfg Log Message: New key/button bindings configuration format. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/config/Makefile.am,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -3 -r1.3 -r1.3.2.1 --- Makefile.am 12 Jul 2004 23:48:15 -0000 1.3 +++ Makefile.am 19 Nov 2004 21:02:22 -0000 1.3.2.1 @@ -8,10 +8,10 @@ backup-imageclasses.cfg \ backup-textclasses.cfg \ backup-tooltips.cfg \ +bindings.cfg \ definitions \ control.cfg \ icondefs.cfg \ -keybindings.cfg \ menus.cfg configdatadir = $(ENLIGHTENMENT_ROOT)/config =================================================================== RCS file: /cvsroot/enlightenment/e16/e/config/strings.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -3 -r1.1 -r1.1.2.1 --- strings.c 12 Jul 2004 23:48:15 -0000 1.1 +++ strings.c 19 Nov 2004 21:02:22 -0000 1.1.2.1 @@ -1,6 +1,7 @@ #define _(x) x char *s[] = { +/* The settings menu */ _("Focus Settings ..."), _("Move & Resize Settings ..."), _("Pager Settings ..."), @@ -16,4 +17,17 @@ _("Desktop Background Settings ..."), _("Miscellaneous Settings ..."), _("Legacy E-conf tool ..."), + +/* bindings.cfg */ +_("Clicking your mouse on the desktop will perform\nthe following actions"), +_("Display User Menus"), +_("Display Enlightenment Menu"), +_("Display Settings Menu"), +_("Display Enlightenment Menu"), +_("Display Task List Menu"), +_("Display Desktop Menu"), +_("Display Group Menu"), +_("Display Settings Menu"), +_("Go Back a Desktop"), +_("Go Forward a Desktop"), }; ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs