mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 17:26:02 +08:00
Removed F for "Home" hotkey. It was fighting with text inputs.
This commit is contained in:
parent
dca06edd97
commit
60bece4e68
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user