From 4cdd685de87f19861c80da06d4be9786e1d3e76f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fernando=20Garc=C3=ADa=20Li=C3=B1=C3=A1n?=
 <fernandogarcialinan@gmail.com>
Date: Thu, 31 Dec 2020 11:35:31 +0100
Subject: [PATCH] Fix FOV reset using cockpit's default FOV instead of current
 view

---
 keyboard.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboard.xml b/keyboard.xml
index 2acf55af6..bec605f54 100644
--- a/keyboard.xml
+++ b/keyboard.xml
@@ -302,7 +302,7 @@ top down before the key bindings are parsed.
   <binding>
    <command>property-assign</command>
    <property>/sim/current-view/field-of-view</property>
-   <property>/sim/view/config/default-field-of-view-deg</property>
+   <property>/sim/current-view/config/default-field-of-view-deg</property>
   </binding>
  </key>