Code: Select all
bind <key> "hldjca; showconsole"
This will automatically bring up the console for you and display the current audio (then hit escape to go back to the game). You can use this with almost any command in HLDJ that uses the console, such as listaudio, which could be bound as "la; showconsole" etc.
If you are using this for an HL1 game, then replace the command "showconsole" with "toggleconsole".
You can even go a step further and have the console open and close automatically:
Code: Select all
bind <key> "hldjca; showconsole; halfsec; halfsec; hideconsole; escape"