Added Ctr+Shif+F12 binding to toggle app window

This commit is contained in:
Serge
2023-05-28 21:43:24 +02:00
parent 2041861a14
commit 3aae223b15
3 changed files with 21 additions and 18 deletions

View File

@@ -194,6 +194,7 @@ namespace GHelper
break;
default:
if (key == InputDispatcher.keyProfile) CyclePerformanceMode();
if (key == InputDispatcher.keyApp) Program.SettingsToggle();
break;
}