1. I've learn a command from F1type : bind g "ent kill". The command works, but I'd like to cancel keyboard binding. What should I do? Thanks for helping!
    Updates
     
  2. Wulf

    Wulf Community Admin

    You are wanting to remove the key from a binding? You should be able to just bind it to nothing with bind g "" I believe. There may be an "unbind", but unsure.
     
  3. the command can bind the keyboard but can not unbind.
    Invalid command:unbind 1 "noclip"
    [DOUBLEPOST=1453353043][/DOUBLEPOST]
    Or wait for the next update?
     
  4. Wulf

    Wulf Community Admin

    The "unbind" was just a guess, but I gave another option above that should work too.
     
  5. Bind 1 1?
     
  6. to ubind a key, just type bind KEY without the command.
    Like "bind mouse0" will unbind left click.
     
  7. Yes, I solved it.
    \SteamLibrary\SteamApps\common\Rust\cfg
    bind 1 noclip
    bind 2 debugcamera
    bind 3 ent
    =
    bind 1 +slot1
    bind 2 +slot2
    bind 3 +slot3
     
  8. I found another solution, I bound my ent kill button to "bind f ent kill" I tried "bind f clear" and it removed the bind
     
  9. You pretty much bind a false command called clear, It's not a solution. what @♡♀SweetHeღrt♀♡ posted helped me a lot, thank you :)
     
  10. May be to late but just seen this now. Just go in Control options and reset to default. ;-)
     
  11. Wulf

    Wulf Community Admin

    That is for normal key binds, not custom.