We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f5af commit 389cf5fCopy full SHA for 389cf5f
Aimmy2/MainWindow.xaml.cs
@@ -728,7 +728,7 @@ private void HandleKeybindPressed(string bindingId)
728
["Anti Recoil Keybind"] = () => HandleAntiRecoil(true),
729
["Disable Anti Recoil Keybind"] = DisableAntiRecoil,
730
["Gun 1 Key"] = () => LoadGunConfig("Gun 1 Config"),
731
- ["Gun 2 Key"] = () => LoadGunConfig("Gun 2 Config")
+ ["Gun 2 Key"] = () => LoadGunConfig("Gun 2 Config"),
732
// Keybinds for toggles
733
["Aim Assist TKB"] = () => uiManager.T_AimAligner.Reader.RaiseEvent(new RoutedEventArgs(Button.ClickEvent)),
734
["Constant AI Tracking TKB"] = () => uiManager.T_ConstantAITracking.Reader.RaiseEvent(new RoutedEventArgs(Button.ClickEvent)),
0 commit comments