Skip to content

Commit

Permalink
Performance Overlay defaults are changed to Shift+F11 (Toggle OSD) …
Browse files Browse the repository at this point in the history
…and `Alt+Shift+F11` (Switch OSD)
  • Loading branch information
ayufan committed Nov 26, 2022
1 parent 9fe7e0a commit 203338b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PerformanceOverlay/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<applicationSettings>
<PerformanceOverlay.Settings>
<setting name="ShowOSDShortcut" serializeAs="String">
<value>F11</value>
<value>Shift+F11</value>
</setting>
<setting name="CycleOSDShortcut" serializeAs="String">
<value>Shift+F11</value>
<value>Alt+Shift+F11</value>
</setting>
<setting name="EnableFullOnPowerControl" serializeAs="String">
<value>False</value>
Expand Down
4 changes: 2 additions & 2 deletions PerformanceOverlay/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PerformanceOverlay/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Value Profile="(Default)">FPS</Value>
</Setting>
<Setting Name="ShowOSDShortcut" Type="System.String" Scope="Application">
<Value Profile="(Default)">F11</Value>
<Value Profile="(Default)">Shift+F11</Value>
</Setting>
<Setting Name="CycleOSDShortcut" Type="System.String" Scope="Application">
<Value Profile="(Default)">Shift+F11</Value>
<Value Profile="(Default)">Alt+Shift+F11</Value>
</Setting>
<Setting Name="EnableFullOnPowerControl" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 203338b

Please sign in to comment.