Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For example:
In conclusion, either change the key name in the bind command, or the slot number at the end of the enable or disable aliases.
Okay. I just copied and pasted
bind 6 toggle // Bind to the 6 key instead of the 2 key.
alias toggle "enable"
alias enable "alias toggle disable; slot2"
alias disable "alias toggle enable; slot6" // Select slot6 instead of slot7
and put it in my autoexec.cfg underneath "// Active Key binds". Did I do the right thing, @Lord_Manship?
But I would just like to ask for help.
The script works but I had to console command it everytime.
I tried putting it throught autoexec.cfg but it just disables my "2" button
here's the only content in my autoexec.cfg
//Binds
bind 2 toggle
alias toggle "enable"
alias enable "alias toggle disable; slot2"
alias disable "alias toggle enable; slot7"
---
TIA