each time i search forsomething, i have to type this in console: bind = {search name}; hldjsf
Is there a way to bind it so that when the binded key is pressed, the game will ask for me for a word to search, instead of typing the whole thing into the console, perhaps a little command box to type the search word in?
Is there a bind to do search faster?
Forum rules
Read this before posting in this section
Read this before posting in this section
Re: Is there a bind to do search faster?
It's not really possible for HLDJ to use a pop up box in-game.
Instead, try re-alias "hldjsf" as something shorter, say "s":
That reduces it down to 10 characters, which should be faster to type than having to fuss with a search box (even if it were possible).
Instead, try re-alias "hldjsf" as something shorter, say "s":
Code: Select all
alias s hldjsf
...
bind = [search name]; s
Re: Is there a bind to do search faster?
thankyou, is there a way to shorten bind = ?Renegade wrote:It's not really possible for HLDJ to use a pop up box in-game.
Instead, try re-alias "hldjsf" as something shorter, say "s":That reduces it down to 10 characters, which should be faster to type than having to fuss with a search box (even if it were possible).Code: Select all
alias s hldjsf ... bind = [search name]; s
Re: Is there a bind to do search faster?
no, not really.