From 60bece4e68614518e35dddde692220bd1a091930 Mon Sep 17 00:00:00 2001 From: Thor Kramer Brigsted Date: Thu, 9 Nov 2017 22:02:08 +0100 Subject: [PATCH] Removed F for "Home" hotkey. It was fighting with text inputs. --- Scripts/Editor/NodeEditorAction.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Scripts/Editor/NodeEditorAction.cs b/Scripts/Editor/NodeEditorAction.cs index b8cd123..869b5b9 100644 --- a/Scripts/Editor/NodeEditorAction.cs +++ b/Scripts/Editor/NodeEditorAction.cs @@ -55,10 +55,6 @@ namespace XNodeEditor { isPanning = true; } break; - case EventType.KeyDown: - if (GUIUtility.keyboardControl == 0) break; - else if (e.keyCode == KeyCode.F) Home(); - break; case EventType.MouseDown: Repaint(); if (e.button == 0) {