I want to use the +/- keys to control the audio channel. However, I can't seem to figure out what to put in my lircrc file. Does this look correct?? Should I use '+' or '-'. Do I need to prefix it with 'key'?? Thanks.<br>
<br><br># Map BLUE to +<br>begin<br>prog = mythtv<br>button = Blue<br>repeat = 3<br>config = Plus<br>end<br><br># Map GREEN to -<br>begin<br>prog = mythtv<br>button = GREEN<br>repeat = 3<br>config = Minus<br>end<br><br><br>