From 203338b6697e01a6713d4804355b1005d7f1a76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sat, 26 Nov 2022 10:17:14 +0100 Subject: [PATCH] Performance Overlay defaults are changed to `Shift+F11` (Toggle OSD) and `Alt+Shift+F11` (Switch OSD) --- PerformanceOverlay/App.config | 4 ++-- PerformanceOverlay/Settings.Designer.cs | 4 ++-- PerformanceOverlay/Settings.settings | 4 ++-- README.md | 4 ++-- RELEASE.md | 2 ++ 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/PerformanceOverlay/App.config b/PerformanceOverlay/App.config index fae1eb6..446a787 100644 --- a/PerformanceOverlay/App.config +++ b/PerformanceOverlay/App.config @@ -21,10 +21,10 @@ - F11 + Shift+F11 - Shift+F11 + Alt+Shift+F11 False diff --git a/PerformanceOverlay/Settings.Designer.cs b/PerformanceOverlay/Settings.Designer.cs index 59f3e24..2649591 100644 --- a/PerformanceOverlay/Settings.Designer.cs +++ b/PerformanceOverlay/Settings.Designer.cs @@ -49,7 +49,7 @@ public string OSDMode { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("F11")] + [global::System.Configuration.DefaultSettingValueAttribute("Shift+F11")] public string ShowOSDShortcut { get { return ((string)(this["ShowOSDShortcut"])); @@ -58,7 +58,7 @@ public string ShowOSDShortcut { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("Shift+F11")] + [global::System.Configuration.DefaultSettingValueAttribute("Alt+Shift+F11")] public string CycleOSDShortcut { get { return ((string)(this["CycleOSDShortcut"])); diff --git a/PerformanceOverlay/Settings.settings b/PerformanceOverlay/Settings.settings index 659d92a..2dd8dad 100644 --- a/PerformanceOverlay/Settings.settings +++ b/PerformanceOverlay/Settings.settings @@ -9,10 +9,10 @@ FPS - F11 + Shift+F11 - Shift+F11 + Alt+Shift+F11 False diff --git a/README.md b/README.md index 36155ee..24701cb 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ Uninstall MSI Afterburner and any other OSD software. It currently registers two global hotkeys: -- **F11** - enable performance overlay -- **Shift+F11** - cycle to next performance overlay (and enable it) +- **Shift+F11** - enable performance overlay +- **Alt+Shift+F11** - cycle to next performance overlay (and enable it) There are 5 modes of presentation: diff --git a/RELEASE.md b/RELEASE.md index 870607b..9632c27 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,8 @@ - Reset FPS limit if anything related to resolution changes - Retry Vangogh GPU detection 3 times - Add `Radeon Image Sharpening` option (Yes, or No) +- Fix FanControl window not hidden on startup +- Performance Overlay defaults are changed to `Shift+F11` (Toggle OSD) and `Alt+Shift+F11` (Switch OSD) ## 0.3.x