From 250d570004a18e7fbb0569bc74a1d0caf408348c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 2 Apr 2012 20:29:37 +0000 Subject: [PATCH] fix fullscreen mode keybind dup. SVN revision: 69869 --- config/illume/e.src | 2 +- config/standard/e.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/illume/e.src b/config/illume/e.src index 3472743df..801dfea45 100644 --- a/config/illume/e.src +++ b/config/illume/e.src @@ -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 { diff --git a/config/standard/e.src b/config/standard/e.src index c72cd9801..975d778cb 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -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; }