tasn pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=94ca9df27a7cc5eac948ec28ee04e53eab135b1e

commit 94ca9df27a7cc5eac948ec28ee04e53eab135b1e
Author: Tom Hacohen <[email protected]>
Date:   Mon May 12 13:42:24 2014 +0100

    Tiling profile: remove conflicting bindings.
    
    Win + Left/Right were used in the tiling bindigs as well as max left/right.
    Those are not needed in a tiling environment, and it's better to get rid of
    those.
---
 config/tiling/e_bindings.src | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/config/tiling/e_bindings.src b/config/tiling/e_bindings.src
index d74bc73..082d6fd 100644
--- a/config/tiling/e_bindings.src
+++ b/config/tiling/e_bindings.src
@@ -575,22 +575,6 @@ group "E_Config_Bindings" struct {
         }
         group "E_Config_Binding_Key" struct {
             value "context" int: 9;
-            value "modifiers" int: 8;
-            value "key" string: "Left";
-            value "action" string: "window_maximized_toggle";
-            value "params" string: "default left";
-            value "any_mod" uchar: 0;
-        }
-        group "E_Config_Binding_Key" struct {
-            value "context" int: 9;
-            value "modifiers" int: 8;
-            value "key" string: "Right";
-            value "action" string: "window_maximized_toggle";
-            value "params" string: "default right";
-            value "any_mod" uchar: 0;
-        }
-        group "E_Config_Binding_Key" struct {
-            value "context" int: 9;
             value "modifiers" int: 6;
             value "key" string: "r";
             value "action" string: "window_shaded_toggle";

-- 


Reply via email to