mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
Performance Overlay defaults are changed to Shift+F11 (Toggle OSD) and Alt+Shift+F11 (Switch OSD)
This commit is contained in:
parent
9fe7e0a3b4
commit
203338b669
|
|
@ -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>
|
||||
|
|
|
|||
4
PerformanceOverlay/Settings.Designer.cs
generated
4
PerformanceOverlay/Settings.Designer.cs
generated
|
|
@ -49,7 +49,7 @@ namespace PerformanceOverlay {
|
|||
|
||||
[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 @@ namespace PerformanceOverlay {
|
|||
|
||||
[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"]));
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue