Skip to content

Commit

Permalink
Ally trigger bindings #3539
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 5, 2025
1 parent 2c4a065 commit 3b74c18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Ally/AllyControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,10 @@ static private void BindZone(BindingZone zone)
KeyR2 = AppConfig.GetString("bind2_m1", BindM1);
break;
default:
KeyL1 = AppConfig.GetString("bind_trl", desktop ? BindShiftTab : BindLT);
KeyR1 = AppConfig.GetString("bind_trr", desktop ? BindMouseR : BindRT);
KeyL2 = AppConfig.GetString("bind2_trl");
KeyR2 = AppConfig.GetString("bind2_trr");
KeyL1 = AppConfig.GetString("bind_lt", desktop ? BindShiftTab : BindLT);
KeyR1 = AppConfig.GetString("bind_rt", desktop ? BindMouseR : BindRT);
KeyL2 = AppConfig.GetString("bind2_lt");
KeyR2 = AppConfig.GetString("bind2_rt");
break;
}

Expand Down

0 comments on commit 3b74c18

Please sign in to comment.