I noticed this when I upgraded qt (It has been discussed on the users
list ALOT).  Anyway, what worked for me was pressing
ctrl+enter.&nbsp; My remote works fine, it is only the keybindings.<br><br><div><span class="gmail_quote">On 4/12/05, <b class="gmail_sendername">Paul</b> &lt;<a href="mailto:mythtv@dsl.pipex.com">mythtv@dsl.pipex.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;running CVS from a few days ago, and I've noticed for awhile now that<br>&gt;many buttons (&quot;next&quot;, &quot;No, leave my card settings alone&quot;, etc) won't
<br>&gt;&quot;click&quot; with enter/space. Well, they change color as if they're<br>&gt;depressed, but they don't do anything, and if I press any arrow keys, I<br>&gt;can move to select other buttons.<br><br>&gt;After some testing, I've noticed that shortcuts (eg. alt-N for next) do
<br>&gt;still work, but pressing space/enter doesn't.<br><br>&gt;Dunno what to do for the ones that don't have a shortcut key. Makes it<br>&gt;pretty hard to test my pvr-150 if I can't get past the first question in<br>&gt;mythtvsetup.
<br><br>&gt;-Chris.<br><br>I have just upgraded to Fedora Core 3 myself and have the same problem.<br>It's already been reported to be a problem with the qt-3.3.4 shipped with<br>FC3 I think.<br><br>I may have found a partial solution to the problem.
<br><br>In MythPushButton::keyPressEvent() in file mythwidgets.cpp change<br><br>if (action == &quot;SELECT&quot;)<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;setDown(true);<br>&nbsp;&nbsp;&nbsp;&nbsp;emit pressed();<br>&nbsp;&nbsp;&nbsp;&nbsp;handled = true;<br>}<br><br>to<br><br>if (action == &quot;SELECT&quot;)
<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;animateClick();<br>&nbsp;&nbsp;&nbsp;&nbsp;handled = true;<br>}<br><br>It seems to work fine everywhere I tried with one exception. In the<br>mythmusic playback screen when returning from the popup menu it<br>causes a seg fault for me every time. Changing the code back again
<br>and mythmusic works ok. So it may not be the right solution but at<br>least it may give a starting point for someone to workout what's happening<br>here and come up with a proper fix.<br><br>Anybody care to give it a try and report back.
<br><br>Paul<br><br>_______________________________________________<br>mythtv-dev mailing list<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br></blockquote></div><br><br><br>-- <br>Nathan Hesson<br>----<br>I have gmail invites. Drop a line if you want one<br>----<br>AIM - nhesson1<br>Yahoo - nmhesson<br>
MSN - <a href="mailto:nhesson@gmail.com">nhesson@gmail.com</a><br>ICQ - 297513015<br><a href="mailto:nhesson@gmail.com">nhesson@gmail.com</a><br><a href="http://www.hessonet.com">http://www.hessonet.com</a>