Created
February 3, 2024 02:41
-
-
Save test482/091e3e2569fb1c7ab0b3609ac7deb5b3 to your computer and use it in GitHub Desktop.
Apex Legends bind shift to walk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// -fullscreen -dev -high -novid -freq 144 +exec autoexec -eac_launcher_settings SettingsDX12.json | |
// Steam\steamapps\common\Apex Legends\cfg\autoexec.cfg | |
// SHIFT WALK: Allows you to hold shift to walk while auto-sprint is turned on. | |
// NOTE: "+variableScopeToggle" is added so you can still adjust your zoom while in ADS. | |
bind_US_standard "LSHIFT" "+walk; +variableScopeToggle" 0 | |
player_setting_autosprint "1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment