Keybinding in Rust
Hey everyone, I found one plugin that is good for me, but one thing is that when you click scroll it opens gui, i found in cs file where i can change it now it is on fire_button.3 but not sure how to change it like to alt? Is it possible and what is name for alt then?
The server cannot bind keys on clients anymore as of about half a year ago, only the client.
So what would be client buttong for G?
In response to MajstorDjura ():
So what would be client buttong for G?
Existing key binds and custom key binds are different, but keys like "G" are not something that are sent to the server. What the server receives is key input such as FORWARD, BACKWARD, FIRE, etc., not invidiual key information.
I thought there is something for G because by default map stays on G.. Thanks anways
In response to MajstorDjura ():
I thought there is something for G because by default map stays on G.. Thanks anways
Right, but not all input is sent to the server; pretty sure opening your map is only on the client.

So is there any button where I could set to open BUILD plugin GUI?

Cause atm it's on middle mouse button, and i use it for splitting

In response to MajstorDjura ():
So is there any button where I could set to open BUILD plugin GUI?Cause atm it's on middle mouse bu...
You can bind any key to any console command if you'd like on your client, the server just can't listen for or do that for you.