make ctrl+alt+f a default binding for fullscreen toggle

SVN revision: 67849
This commit is contained in:
Carsten Haitzler 2012-02-11 12:13:29 +00:00
parent 1517091652
commit cbe5220805
2 changed files with 9 additions and 2 deletions

View File

@ -1078,6 +1078,13 @@ group "E_Config" struct {
value "action" string: "window_sticky_toggle";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 6;
value "key" string: "f";
value "action" string: "window_fullscreen_toggle";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 6;

View File

@ -1,6 +1,6 @@
group "Battery_Config" struct {
value "poll_interval" int: 512;
value "alert" int: 30;
value "alert_p" int: 10;
value "alert" int: 5;
value "alert_p" int: 5;
value "alert_timeout" int: 0;
}