Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
HandyAnde pointed out a few weeks ago that ctrl-alt-f1 etc doesn't work. 
This fixes it atleast for the first time you log in, on subsequent
logins this fails, but I think it might be spawner related.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- main.c      14 Oct 2003 07:41:04 -0000      1.9
+++ main.c      14 Oct 2003 12:49:19 -0000      1.10
@@ -471,6 +471,8 @@
        evas_key_modifier_add(evas, "Control_R");
        evas_key_modifier_add(evas, "Shift_L");
        evas_key_modifier_add(evas, "Shift_R");
+       evas_key_modifier_add(evas, "Alt_L");
+       evas_key_modifier_add(evas, "Alt_R");
 
        /* Load our theme as an edje */
        edje = edje_object_add(evas);




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to