Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bind [f3] -> autobuy #14

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cfg/arminc/bind.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bind "mouse5" "+secondbinds" // Toggle the se
// Function keys.
bind "scancode58" "" // [f1] -
bind "scancode59" "" // [f2] -
bind "scancode60" "" // [f3] -
bind "scancode60" "autobuy" // [f3] Enable/Disable Auto-buy at deathmatch gamemode.
bind "scancode61" "afk-move" // [f4] Toggle the AFK auto walk in a counter-clockwise circle movement {script}.
bind "scancode62" "clutch_mode_toggle; select" // [f5] Toggle the clutch mode (silence the teammates until next round or death) {uses audio effect}.
bind "scancode63" "mute-enemy-team" // [f6] Toggle enemy team communication (disables the enemy chat too) {script}.
Expand Down