Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.c e_int_config_keybindings.c 


Log Message:
- alt+left/right arrow is not a very good idea for a binding, it breaks 
firefox, irssi, etc.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -3 -r1.157 -r1.158
--- e_config.c  20 Mar 2006 03:18:29 -0000      1.157
+++ e_config.c  28 Mar 2006 07:25:12 -0000      1.158
@@ -784,12 +784,14 @@
        CFG_KEYBIND(E_BINDING_CONTEXT_ANY, "r",
                    E_BINDING_MODIFIER_CTRL | E_BINDING_MODIFIER_ALT, 0,
                    "window_shaded_toggle", NULL);
+/* These fuck with other bindings like firefox, irssi, bitchx etc...
        CFG_KEYBIND(E_BINDING_CONTEXT_ANY, "Left",
                    E_BINDING_MODIFIER_ALT, 0,
                    "desk_linear_flip_by", "-1");
        CFG_KEYBIND(E_BINDING_CONTEXT_ANY, "Right",
                    E_BINDING_MODIFIER_ALT, 0,
                    "desk_linear_flip_by", "1");
+*/ 
        CFG_KEYBIND(E_BINDING_CONTEXT_ANY, "F1",
                    E_BINDING_MODIFIER_ALT, 0,
                    "desk_linear_flip_to", "0");
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_keybindings.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_int_config_keybindings.c  26 Mar 2006 03:48:52 -0000      1.15
+++ e_int_config_keybindings.c  28 Mar 2006 07:25:12 -0000      1.16
@@ -98,11 +98,12 @@
                                               EDIT_RESTRICT_ACTION | 
EDIT_RESTRICT_PARAMS },
   {"Flip Desktop By", "desk_flip_by", NULL, _NONDEFAULT_ACTION, 
EDIT_RESTRICT_ACTION },
   {"Flip Desktop To", "desk_flip_to", NULL, _NONDEFAULT_ACTION, 
EDIT_RESTRICT_ACTION },
-
+/* These fuck with a lot of bindings like firefox, irssi, bitchx etc...
   {"Switch To Left Desktop", "desk_linear_flip_by", "-1", _DEFAULT_ACTION,
                                                    EDIT_RESTRICT_ACTION | 
EDIT_RESTRICT_PARAMS },
   {"Switch To Right Desktop", "desk_linear_flip_by", "1", _DEFAULT_ACTION,
                                                    EDIT_RESTRICT_ACTION | 
EDIT_RESTRICT_PARAMS },
+*/ 
   {"Flip Desktop Linearly...", "desk_linear_flip_by", NULL, _NONDEFAULT_ACTION,
                                                            
EDIT_RESTRICT_ACTION },
   {"Switch To Desktop 0", "desk_linear_flip_to", "0", _DEFAULT_ACTION,




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to