fix fullscreen mode keybind dup.

SVN revision: 69869
This commit is contained in:
Carsten Haitzler 2012-04-02 20:29:37 +00:00
parent c8952edbf3
commit 250d570004
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1095,7 +1095,7 @@ group "E_Config" struct {
group "E_Config_Binding_Key" struct {
value "context" int: 9;
value "modifiers" int: 6;
value "key" string: "f";
value "key" string: "n";
value "action" string: "window_maximized_toggle";
value "any_mod" uchar: 0;
}