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.
devs/discomfitor/eo
Tom Hacohen 10 years ago
parent 4c0665dd61
commit 94ca9df27a
  1. 16
      config/tiling/e_bindings.src

@ -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;

Loading…
Cancel
Save