i need some help =/
i binded some keys ShaunRussows editor and now I want to unbind them. how exactly do i do that?
Go into options (in the game) and that will reset everything
An alternative to that (if you only want to unbind 1 or 2 things instead of resetting the whole keyboard) is to simply put the following into Hell Demon's console:
Code:
unbind 'key'
So if you want to unbind 5 on the regular number pad, then put:
Code:
unbind 5
And if you want to unbind it on the Num Lock Keypad you would put:
Code:
unbind KP_5
Posts 1–5 of 5 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Originally Posted by es0terik
An alternative to that (if you only want to unbind 1 or 2 things instead of resetting the whole keyboard) is to simply put the following into Hell Demon's console:
Code:
unbind 'key'
So if you want to unbind 5 on the regular number pad, then put:
Code:
unbind 5
And if you want to unbind it on the Num Lock Keypad you would put: