When i press CAPSLOCK for playing sounds, it starts play after 1-2 seconds. Is it normal ?
There's a metod for playing sounds while pressing instead of hold for play and release to stop?
Sound lag problem
Forum rules
Read this before posting in this section
Read this before posting in this section
Re: Sound lag problem
That is normal. You shouldn't need to hold the button to play/stop, it's a toggle.
Re: Sound lag problem
to make it hold & release, add the following to your hldj_custom.cfg and replace <KEY> with the key you want to bind it to:
Code: Select all
alias +my_hldj_playaudio hldj_playaudio_on
alias -my_hldj_playaudio hldj_playaudio_off
bind <key> +my_hldj_playaudio
Re: Sound lag problem
Thank you , but it don't work.
Re: Sound lag problem
fixed. should be "bind <key> +my_hldj_playaudio"