This partially reverts ab88e01afa "edge flip while dragging with alt - fix to work again"

This commit broke e's config and therefore broke gadget key modifiers, gadget loading, among other things.  This reverts the changes in config/* that broke this.
This commit is contained in:
Stephen Houston 2018-04-19 09:50:31 -05:00
parent 898af13d6b
commit 7c422a7374
7 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 1000025;
value "config_version" int: 1000014;
value "config_type" uint: 0; // this profile seems to just be super minimalist
value "show_splash" int: 0;
value "desktop_default_name" string: "%i-%i";

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 1000025;
value "config_version" int: 1000014;
value "config_type" uint: 1;
value "show_splash" int: 1;
value "desktop_default_name" string: "%i-%i";

View File

@ -545,7 +545,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 1;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -553,7 +553,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 2;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -561,7 +561,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 3;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -569,7 +569,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 4;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
}

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 1000025;
value "config_version" int: 1000014;
value "config_type" uint: 3;
value "show_splash" int: 1;
value "desktop_default_name" string: "%i-%i";

View File

@ -433,7 +433,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 1;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -441,7 +441,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 2;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -449,7 +449,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 3;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -457,7 +457,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 4;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
}

View File

@ -1,5 +1,5 @@
group "E_Config" struct {
value "config_version" int: 1000025;
value "config_version" int: 1000014;
value "config_type" uint: 3;
value "show_splash" int: 1;
value "desktop_default_name" string: "%i-%i";

View File

@ -433,7 +433,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 1;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -441,7 +441,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 2;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -449,7 +449,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 3;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
group "E_Config_Binding_Edge" struct {
@ -457,7 +457,7 @@ group "E_Config_Bindings" struct {
value "modifiers" int: 0;
value "action" string: "desk_flip_in_direction";
value "edge" uchar: 4;
value "any_mod" uchar: 1;
value "any_mod" uchar: 0;
value "delay" float: 0.3000000119209289550781250;
}
}