Counter-Strike: Global Offensive – CSGO Toggle +left Keybind Tutorial

Counter-Strike: Global Offensive – CSGO Toggle +left Keybind Tutorial 1 - steamlists.com
Counter-Strike: Global Offensive – CSGO Toggle +left Keybind Tutorial 1 - steamlists.com

Toggle +left with a single button. No need to bind multiple keys 🙂
 
 

Tutorial

Step 1

 
Right click on CS:GO in your Steam library.
 
 
Select “properties”, then “local files”, then “browse”.
 
 
Navigate to
 

\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg

 
 


 

Step 2

 
Create two files; one named “autoexec.cfg”, and one named “afk.cfg”. (The names don’t matter.)
 
(If you already have a file named “autoexec.cfg”, you do not need to create a new one.)
 
 
Verify that “.cfg” is the file extension on both files. If the file extension is “.txt” they will not work.
 
 


 

Step 3

 
Open “autoexec.cfg” with Notepad.
 
 
Paste the following code onto a new line:
 
 

// afk
-left
alias "afk" +left
bind kp_ins "afk;exec afk.cfg"

 

 
(I’m using the key “kp_ins”, but you can bind it to any key that you want.)
 
Save and close “autoexec.cfg”.
 
 
Open “afk.cfg”.
 
 
Paste the following code onto a new line:
 
 

bind kp_ins "exec autoexec.cfg"

 

 
Save and close “afk.cfg”.
 
 


 

Step 4

 
Right click on CS:GO in your Steam library.
 
 
Type “-exec autoexec.cfg” into your Launch Options
 
 
 

Troubleshooting

If your AFK key is not working properly, try rerunning your autoexec by pasting “exec autoexec.cfg” into your CS:GO Developer Console.
 
 
If it continues not to work, close the game, verify that “-exec autoexec.cfg” was properly saved to your launch options, then relaunch CS:GO. (This may fix the problem even if your launch options were already saved properly)
 
 
If it continues not to work, paste “exec afk.cfg;exec autoexec.cfg” into your CS:GO console.
 
 
If you are still having issues, please verify that all steps were followed properly. I will try to answer any further questions in a timely manor.
 
 

Written by Q2

 
 
Hope you enjoy the Guide about Counter-Strike: Global Offensive – CSGO Toggle +left Keybind Tutorial, if you think we should add extra information or forget something, please let us know via comment below, and we will do our best to fix or update as soon as possible!
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*