[mythtv-commits] Ticket #4331: Support for multimedia keyboard volume control keys

MythTV mythtv at cvs.mythtv.org
Sat Dec 15 22:22:52 UTC 2007


#4331: Support for multimedia keyboard volume control keys
----------------------+-----------------------------------------------------
 Reporter:  hvesalai  |       Owner:  ijr    
     Type:  patch     |      Status:  new    
 Priority:  minor     |   Milestone:  unknown
Component:  mythtv    |     Version:  head   
 Severity:  medium    |     Mlocked:  0      
----------------------+-----------------------------------------------------
 {{{
 Index: libs/libmythtv/tv_play.cpp
 ===================================================================
 --- libs/libmythtv/tv_play.cpp  (revision 15169)
 +++ libs/libmythtv/tv_play.cpp  (working copy)
 @@ -274,9 +274,9 @@
              "favorites in the program guide.", "/");
      REG_KEY("TV Frontend", "CHANUPDATE", "Switch channels without exiting
 "
              "guide in Live TV mode.", "X");
 -    REG_KEY("TV Frontend", "VOLUMEDOWN", "Volume down", "[,{,F10");
 -    REG_KEY("TV Frontend", "VOLUMEUP", "Volume up", "],},F11");
 -    REG_KEY("TV Frontend", "MUTE", "Mute", "|,\\,F9");
 +    REG_KEY("TV Frontend", "VOLUMEDOWN", "Volume down", "[,{,F10,Volume
 Down");
 +    REG_KEY("TV Frontend", "VOLUMEUP", "Volume up", "],},F11, Volume
 Up");
 +    REG_KEY("TV Frontend", "MUTE", "Mute", "|,\\,F9,Volume Mute");
      REG_KEY("TV Frontend", "RANKINC", "Increase program or channel rank",
              "Right");
      REG_KEY("TV Frontend", "RANKDEC", "Decrease program or channel rank",

 }}}

 Note: a similar change should also be done to mythmusic!

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


More information about the mythtv-commits mailing list