Skip to content

Commit

Permalink
changed keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jul 22, 2023
1 parent 6ea5b71 commit eec4a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function BearsSwitcher:OnInitialize()
volumeDown = GetBindingText("NUMPADMINUS"),
volumeSteps = 1,
toggle = GetBindingText("NUMPADMULTIPLY"),
music_toggle = GetBindingText("NUMPADDIVIDE"),
music_toggle = GetBindingText("ctrl+NUMPADMULTIPLY"),
enableSound = true
}

Expand Down

0 comments on commit eec4a13

Please sign in to comment.