[mythtv-commits] Ticket #7058: Telnet key sending broken for non-alphanumeric keys

MythTV mythtv at cvs.mythtv.org
Tue Sep 15 14:27:46 UTC 2009


#7058: Telnet key sending broken for non-alphanumeric keys
------------------------------------+---------------------------------------
 Reporter:  chasedouglas at gmail.com  |       Owner:  ijr 
     Type:  defect                  |      Status:  new 
 Priority:  minor                   |   Milestone:  0.22
Component:  MythTV - General        |     Version:  head
 Severity:  medium                  |     Mlocked:  0   
------------------------------------+---------------------------------------
 The telnet interface for controlling the frontend has a "key" command to
 send key presses. This worked fine for all keys in 0.21, but in HEAD (as
 of about a week ago) it is broken for all non-alphanumeric keys.

 To reproduce:

 Go to a text field in the frontend. I used the Audio output device
 settings field. I can enter in symbol characters like ':' using a
 keyboard. I then use the telnet remote like:

 {{{
 $ telnet <frontend> 6546
 ...
 # key :
 OK
 }}}

 However, nothing is entered in the frontend. This occurs whether I use the
 symbols themselves or their names, i.e. "key colon".

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7058>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list