Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        EvasTextEntry.c 


Log Message:
debugging input from Jochen Schroeder, don't know if this fixes it.
Should we be setting the Shift_[RL] and Alt_[LR] modifiers in entrance?  The
only time Control_[LR] are used is for the ^u buffer clear.  We get the
typeable key from ecore.   


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/EvasTextEntry.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- EvasTextEntry.c     1 Jan 2004 20:58:55 -0000       1.5
+++ EvasTextEntry.c     23 Feb 2004 00:36:05 -0000      1.6
@@ -189,7 +189,9 @@
          if ((!strcmp(evx->keyname, "Control_L"))
              || (!strcmp(evx->keyname, "Control_R"))
              || (!strcmp(evx->keyname, "Shift_R"))
-             || (!strcmp(evx->keyname, "Shift_L")))
+             || (!strcmp(evx->keyname, "Shift_L"))
+             || (!strcmp(evx->keyname, "Alt_R"))
+             || (!strcmp(evx->keyname, "Alt_L")))
          {
             evas_key_modifier_on(e, evx->keyname);
          }




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to