<br><br><div><span class="gmail_quote">On 26/10/06, <b class="gmail_sendername">Phill Edwards</b> <<a href="mailto:philledwards@gmail.com">philledwards@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> I'm now trying to sort a lircrc file for softsqueeze. the other main issue<br>> is that the screen does not scale, as it is fixed at 800x600, although it<br>> may be possible to create skins for different res screens.
<br><br>Here's my Softsqueeze section from ~/.mythtv/lircrc:<br><br>### --<br>### SoftSqueeze IREXEC lirc setup<br>### --<br><br>begin<br>button = right<br>prog = irxevent<br>repeat = 0<br>config = Key Right SoftSqueeze<br>
end<br><br>begin<br>button = left<br>prog = irxevent<br>repeat = 0<br>config = Key Left SoftSqueeze<br>#config = Key z SoftSqueeze<br>end<br><br># menu navigate up<br>begin<br>button = up<br>prog = irxevent<br>repeat = 0<br>
config = Key Up SoftSqueeze<br>end<br><br># menu navigate down<br>begin<br>button = down<br>prog = irxevent<br>repeat = 0<br>config = Key Down SoftSqueeze<br>end<br><br>### Play button<br>begin<br>button = Enter<br>prog = irxevent
<br>repeat = 0<br>config = Key x SoftSqueeze<br>end<br><br>### Pause button<br>begin<br>button = Star<br>prog = irxevent<br>repeat = 0<br>config = Key c SoftSqueeze<br>end<br><br>### Quit button<br>begin<br>button = LMB<br>
prog = irxevent<br>repeat = 0<br>config = Key q SoftSqueeze<br>end<br><br>### Fwd button<br>begin<br>button =ChDown<br>prog = irxevent<br>config = Key b SoftSqueeze<br>end<br><br>### Rewind button<br>begin<br>button =ChUp
<br>prog = irxevent<br>config = Key z SoftSqueeze<br>end<br><br>### Bring up remote UI<br>begin<br>button = Menu<br>prog = irxevent<br>config = Key ctrl-w SoftSqueeze<br>end<br><br>### Mute button<br>begin<br>button = Mute
<br>prog = irxevent<br>config = Key m SoftSqueeze<br>end<br><br>### Now playing button<br>begin<br>button = Display<br>prog = irxevent<br>config = Key n SoftSqueeze<br>end<br><br><br>And I start up irxevent in ~/.xsession like this:
<br><br>### Only start irxevent if there isn't one already running.<br>IRXEVENTSTS=`ps -e | grep irxevent | grep -v grep | wc -l | awk '{print $1}'`<br>if [ $IRXEVENTSTS -eq 0 ]<br>then<br> irxevent /home/mythtv/.mythtv/lircrc &
<br>fi<br><br><br>Please share your setup details too and let us know where we can<br>download the jar file.<br><br>Regards,<br>Phill<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>try downloading it from here <a href="http://gary.dawes.googlepages.com/home">
http://gary.dawes.googlepages.com/home</a><br><br>It's a straight replacement for your current softsqueeze.jar<br><br>I'll put another page up detailing how to hack the skins, and repackage the jar either today or tomorrow.
<br><br>