Properly apply X360 mappings for Back Panel keys

This commit is contained in:
Kamil Trzciński 2022-11-28 11:36:34 +01:00
parent 76c93c81e5
commit 370dd89750
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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)