mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
PowerControl: Change MenuToggle from Shift+F11 to Alt+F11 since conflict with PerformanceOverlay
This commit is contained in:
parent
7c1099be48
commit
bbee810982
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace PowerControl
|
|||
|
||||
public string MenuToggle
|
||||
{
|
||||
get { return Get("MenuToggle", "Shift+F11"); }
|
||||
get { return Get("MenuToggle", "Alt+F11"); }
|
||||
set { Set("MenuToggle", value); }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue