Binding questions
Hello. I tried my best lurking and using the search function but I can't find where this was posted before. My questions are using a console, how do you copy and paste several binds at once? Also, I was wondering how to bind multiple commands to one key. I am familiar with using ";" after the bind for multiples but it's not working for me. Example:
bind "kp_pgup" "god";
bind "kp_pgdn" "ohk";
Any advice is appreciated and thanks.
Normal bind:
bind "key" "command"
Multiple commands:
bind "key" "command1;command2;command3"
For copy and paste, just have your commands typed out in a notepad file (.txt), select all (ctrl + a), copy (ctrl + c), and paste into your console
ctrl + v doesn't seem to work (might just be me), so just right click and select paste and it should work
Sorry if you already figured this out, just read it and didn't look like it was answered. Good luck. ^__^