1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00

Removed F for "Home" hotkey. It was fighting with text inputs.

This commit is contained in:
Thor Kramer Brigsted 2017-11-09 22:02:08 +01:00
parent dca06edd97
commit 60bece4e68

View File

@ -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) {