and backlight bindings for interactive mode by default

SVN revision: 60272
This commit is contained in:
Carsten Haitzler 2011-06-13 14:45:58 +00:00
parent 96f1de4a89
commit f1209497d0
2 changed files with 44 additions and 0 deletions

View File

@ -525,6 +525,12 @@ group "E_Config" struct {
value "status" int: -1;
value "action" string: "volume_mute";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 22;
value "status" int: -1;
value "action" string: "backlight";
}
}
group "signal_bindings" list {
group "E_Config_Binding_Signal" struct {
@ -1281,6 +1287,20 @@ group "E_Config" struct {
value "params" string: "-0.1";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 0;
value "key" string: "XF86LightBulb";
value "action" string: "backlight";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 0;
value "key" string: "XF86BrightnessAdjust";
value "action" string: "backlight";
value "any_mod" uchar: 0;
}
}
group "mouse_bindings" list {
group "E_Config_Binding_Mouse" struct {

View File

@ -951,6 +951,24 @@ group "E_Config" struct {
value "any_mod" uchar: 0;
}
}
group "key_bindings" list {
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 0;
value "key" string: "XF86LightBulb";
value "action" string: "backlight";
value "any_mod" uchar: 0;
}
}
group "key_bindings" list {
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 0;
value "key" string: "XF86BrightnessAdjust";
value "action" string: "backlight";
value "any_mod" uchar: 0;
}
}
group "edge_bindings" list {
group "E_Config_Binding_Edge" struct {
value "context" int: 3;
@ -1488,6 +1506,12 @@ group "E_Config" struct {
value "status" int: -1;
value "action" string: "volume_mute";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 22;
value "status" int: -1;
value "action" string: "backlight";
}
}
value "window_placement_policy" int: 0;
value "focus_policy" int: 2;