[mythtv-commits] Ticket #2017: (mac osx port) apple remote support

MythTV mythtv at cvs.mythtv.org
Fri Nov 9 05:42:34 UTC 2007


#2017: (mac osx port) apple remote support
------------------------------------+---------------------------------------
 Reporter:  mythtv at junk.kraney.com  |        Owner:  nigel   
     Type:  enhancement             |       Status:  reopened
 Priority:  minor                   |    Milestone:  0.20    
Component:  mythtv                  |      Version:  head    
 Severity:  medium                  |   Resolution:          
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by nigel):

 Something like the following will dump out the raw codes:
 {{{
 % svn diff AppleRemote.cpp
 Index: AppleRemote.cpp
 ===================================================================
 --- AppleRemote.cpp     (revision 14784)
 +++ AppleRemote.cpp     (working copy)
 @@ -332,6 +332,8 @@
  {
      std::map<std::string,AppleRemote::Event>::iterator ii;

 +std::cerr << "AppleRemote got cookieString: " << cookieString <<
 std::endl;
 +
      ii = cookieToButtonMapping.find(cookieString);
      if (ii != cookieToButtonMapping.end() && _listener)
      {
 }}}
 Make that change, run the frontend under 10.5, and note all the new key
 codes while playing with the remote

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2017#comment:20>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list