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.
This commit is contained in:
Tom Hacohen 2014-05-12 13:42:24 +01:00
parent 4c0665dd61
commit 94ca9df27a
1 changed files with 0 additions and 16 deletions

View File

@ -573,22 +573,6 @@ group "E_Config_Bindings" struct {
value "params" string: "default horizontal";
value "any_mod" uchar: 0;
}
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;