mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Properly apply X360 mappings for Back Panel keys
This commit is contained in:
parent
76c93c81e5
commit
370dd89750
2 changed files with 2 additions and 1 deletions
|
|
@ -30,3 +30,4 @@ It does help this project on being supported.
|
|||
- Add configurable BackPanel keys (allowed mappings are subject to change)
|
||||
- Fix delay in X360Rumble: Do not send repeated haptic if disabled
|
||||
- Fix `AccessDenied` in Steam Detection
|
||||
- Properly apply X360 mappings for Back Panel keys
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ namespace SteamController.Profiles
|
|||
|
||||
internal override ProfilesSettings.BackPanelSettings BackPanelSettings
|
||||
{
|
||||
get { return ProfilesSettings.BackPanelSettings.Desktop; }
|
||||
get { return ProfilesSettings.BackPanelSettings.X360; }
|
||||
}
|
||||
|
||||
public override Status Run(Context context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue