diff --git a/src/KittopiaTech.cs b/src/KittopiaTech.cs index 032e322..56eea7f 100644 --- a/src/KittopiaTech.cs +++ b/src/KittopiaTech.cs @@ -27,7 +27,7 @@ void Start() void Update() { // Check if the user wants to open the UI - if (Input.GetKey(KeyCode.LeftControl) && Input.GetKeyDown(KeyCode.P)) + if (Input.GetKey(KeyCode.LeftControl) && Input.GetKeyDown(KeyCode.LeftAlt)) && Input.GetKeyDown(KeyCode.K) || (Input.GetKey(KeyCode.LeftControl) && (Input.GetKey(KeyCode.P))) { // Open or close the main window if (!PlanetSelector.Instance.IsOpen) @@ -49,4 +49,4 @@ void OnGUI() } } } -} \ No newline at end of file +}