I used to have a script, all it did was when I pressed a key it activated my mic and played my sound while I held the button, and stopped when I released the button. I forgot to backup this script when I formatted the drive I had HLDJ on, and can't find it anymore. Does anyone have it, or can make one up for me?
Sorry if this has been asked before, but I didn't find anything useful in the search.
Single key to play, stop on release?
Forum rules
Read this before posting in this section
Read this before posting in this section
Re: Single key to play, stop on release?
you mean like "push-to-transmit" type of behaviour?
Code: Select all
alias +myhldjptt hldj_playaudio_on
alias -myhldjptt hldj_playaudio_off
bind <KEY> +myhldjptt
Re: Single key to play, stop on release?
Thanks man! Exactly what I was wanting.