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

SVN revision: 67849
devs/princeamd/enlightenment-0.17-elive
Carsten Haitzler 12 years ago
parent 1517091652
commit cbe5220805
  1. 7
      config/standard/e.src
  2. 4
      config/standard/module.battery.src

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

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

Loading…
Cancel
Save