no duplicate win+left/right bindings.

SVN revision: 76881
This commit is contained in:
Carsten Haitzler 2012-09-20 02:49:54 +00:00
parent 07afc25add
commit bf9c8ed14c
2 changed files with 0 additions and 32 deletions

View File

@ -788,22 +788,6 @@ group "E_Config" struct {
value "action" string: "desk_deskshow_toggle";
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: "screen_send_by";
value "params" string: "-1";
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: "screen_send_by";
value "params" string: "1";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 3;

View File

@ -1574,22 +1574,6 @@ group "E_Config" struct {
value "action" string: "desk_deskshow_toggle";
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: "screen_send_by";
value "params" string: "-1";
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: "screen_send_by";
value "params" string: "1";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 3;