Skip to content

Commit 203338b

Browse files
committed
Performance Overlay defaults are changed to Shift+F11 (Toggle OSD) and Alt+Shift+F11 (Switch OSD)
1 parent 9fe7e0a commit 203338b

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

PerformanceOverlay/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<applicationSettings>
2222
<PerformanceOverlay.Settings>
2323
<setting name="ShowOSDShortcut" serializeAs="String">
24-
<value>F11</value>
24+
<value>Shift+F11</value>
2525
</setting>
2626
<setting name="CycleOSDShortcut" serializeAs="String">
27-
<value>Shift+F11</value>
27+
<value>Alt+Shift+F11</value>
2828
</setting>
2929
<setting name="EnableFullOnPowerControl" serializeAs="String">
3030
<value>False</value>

PerformanceOverlay/Settings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PerformanceOverlay/Settings.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<Value Profile="(Default)">FPS</Value>
1010
</Setting>
1111
<Setting Name="ShowOSDShortcut" Type="System.String" Scope="Application">
12-
<Value Profile="(Default)">F11</Value>
12+
<Value Profile="(Default)">Shift+F11</Value>
1313
</Setting>
1414
<Setting Name="CycleOSDShortcut" Type="System.String" Scope="Application">
15-
<Value Profile="(Default)">Shift+F11</Value>
15+
<Value Profile="(Default)">Alt+Shift+F11</Value>
1616
</Setting>
1717
<Setting Name="EnableFullOnPowerControl" Type="System.Boolean" Scope="Application">
1818
<Value Profile="(Default)">False</Value>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Uninstall MSI Afterburner and any other OSD software.
5050

5151
It currently registers two global hotkeys:
5252

53-
- **F11** - enable performance overlay
54-
- **Shift+F11** - cycle to next performance overlay (and enable it)
53+
- **Shift+F11** - enable performance overlay
54+
- **Alt+Shift+F11** - cycle to next performance overlay (and enable it)
5555

5656
There are 5 modes of presentation:
5757

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Reset FPS limit if anything related to resolution changes
99
- Retry Vangogh GPU detection 3 times
1010
- Add `Radeon Image Sharpening` option (Yes, or No)
11+
- Fix FanControl window not hidden on startup
12+
- Performance Overlay defaults are changed to `Shift+F11` (Toggle OSD) and `Alt+Shift+F11` (Switch OSD)
1113

1214
## 0.3.x
1315

0 commit comments

Comments
 (0)