Many new players in the popular CS: GO shooter do not know how to tie up a hand shift in “CS: GO”, but the answer is quite simple. Let's try to understand this situation and change the position of the hands. There is one way we can do this thing. Let's quickly proceed to its execution and find out how to do it all the same.
How to tie up a hand shift in "KS: GO"?
The answer is pretty simple. Firstly, we need to open the console by pressing the "~" button, if nothing happens after pressing it, then turn on the console in the game settings. Secondly, you need to register only one command in it:
bind KEY "toggle cl_righthand 0 1
Let's analyze this command from A to Z.
bind is the main command that allows us to bind another command.
KEY - the key with which we will activate the command.
toggle - when you click on one button, your hands will change.
cl_righthand - the team that is responsible for the right hand.
0 1 - position of the hands (0 - left hand, 1 - right hand.)
You can also try another way, but it will make it possible to use 2 buttons:
bind "[" "cl_righthand 1" - bind "]" "cl_righthand 0" -
We insert these commands in turn. Now, when you press "[", our right hand will turn on, and when you press "]", your left.
How to bind a change of hands in "KS: GO" on the mouse?
For such fraud, you need to specify the name of the key for which you want to bind the change of hands.
For example, if you want to do this for the mouse wheel, then specify the following command:
Bind «MWHEELUP» «toggle cl_righthand 0 1»
Now, when you scroll the mouse wheel up, your hand position will change. In addition to these buttons, there are several more:
MWHEELDOWN - mouse wheel down;
MOUSE1 - left mouse button;
MOUSE2 - right mouse button;
MOUSE3 - middle mouse button;
MOUSEn - additional mouse buttons.
Conclusion
So we talked about ways to bind a hand change. Now you are fully prepared to perform such a "trick". If you didn’t succeed, then most likely you made a typo in a word. Carefully check what you wrote, or copy the command from this article.