[mythtv-commits] Ticket #12738: Mythfrontend Service API SendAction not working

MythTV noreply at mythtv.org
Thu Apr 13 02:53:29 UTC 2017


#12738: Mythfrontend Service API SendAction not working
----------------------------------------------+--------------------------
 Reporter:  paul@…                            |          Owner:  bmeek
     Type:  Bug Report - General              |         Status:  assigned
 Priority:  minor                             |      Milestone:  unknown
Component:  MythTV - Services API - Frontend  |        Version:  0.28.0
 Severity:  medium                            |     Resolution:
 Keywords:                                    |  Ticket locked:  0
----------------------------------------------+--------------------------

Comment (by bmeek):

 Roger,

 Thanks! This:
 {{{
 -            if (ke->key() <= 0)
 +            if (ke->key() < 0)
 }}}
 works. '''So far''', I'm getting ke->key() = 0 from everything from
 !SendAction. !SendKey continues to work and the eventFilter
 gets ke->key()s like 16777251/0x1000015/DOWN. Thought that
 would be considered negative. But no. (int)0 didn't help.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12738#comment:12>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list