mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 23:33:52 +00: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
5 changed files with 10 additions and 8 deletions
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"]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue