If you add this code i did up to your autoexec.cfg it will make your capslock key (or something else) toggle crouch on and off so that you don't have to keep the key held down.
The config assumes that you use ctrl to crouch, z to prone, shift to sprint, and that you want capslock to turn the crouch lock on and off.
If you change the key make sure you replace all capslock binds in the aliases. The other keys only appear once in their bind.
// Rebind capslock to turn crouch lock on and off
Bind "capslock" "+dOn";
alias "-dOn" "bind capslock +dOFF";
alias "-dOFF" "bind capslock +dOn";
alias "+dOn" "+duck";
alias "+dOFF" "-duck";
// Rebind control to cancel the crouch lock when released
bind "ctrl" "+duck2"
alias "+duck2" "+duck"
alias "-duck2" "-duck;bind capslock +dOn"
// Rebind z to cancel the crouch lock when pressed
bind "z" "+prone"
alias "+prone" "+alt1;-duck;bind capslock +dOn"
alias "-prone" "-alt1"
// Rebind shift to cancel the crouch lock when pressed
bind "SHIFT" "+sprint"
alias "+sprint" "+speed;-duck;bind capslock +dOn"
alias "-sprint" "-speed"
2nd Platoon Weekly Attendance
Week of 13APR2025
P = Present | E = Excused | A = Absent
Platoon Staff
CWO. A. Pitteway - Present
1stSgt. J. Candy - Excused
GySgt. A Yoder - Present
GySgt. R. Fielding - Excused
1st Squad
Squad leader: Cpl. M. Noel - Excused
Cpl. B. Grande - Present
Cpl. R. Smith - Present
Cpl. C. Keebler - Excused
Pfc. D. Moffat - Present
2nd Squad
Squad leader: SSgt. S. Holquist - Excused
Cpl. T. Scary - Present
Cpl. C. Marsh - Present
Cpl. W. Swift - -Present
Pfc. M. Oake - Excused
Pvt. R. Zera - Absent
Name: Ieatalottafood
Steam I.D: STEAM_0:1:513301312
Duration of Ban: Permanent
Reasons for the Ban: tking and dropping N word in server
Demo Provided?: N
Comments: pubber made complaint via discord I witnessed the actions and banned
Name: jswagmoney69
Steam I.D: [U:1:211178173]
Duration of Ban: Permanent
Reasons for the Ban: inappropriate comments: "Heil Hitler, n word" couple of times
Demo Provided?: No
Comments: goose was present at the time.
Name: ariana grenade
Steam I.D: STEAM_0:0:830419473
Duration of Ban: Permanent
Reasons for the Ban: Team Killing and Wounding
Demo Provided?: Y/N
Comments: 7th ban in 4 months, and this one is outta here.
Question
Lafy BAR
If you add this code i did up to your autoexec.cfg it will make your capslock key (or something else) toggle crouch on and off so that you don't have to keep the key held down.
The config assumes that you use ctrl to crouch, z to prone, shift to sprint, and that you want capslock to turn the crouch lock on and off.
If you change the key make sure you replace all capslock binds in the aliases. The other keys only appear once in their bind.
3 answers to this question
Recommended Posts