[mythtv-commits] Ticket #12753: PR for Services API Adding GetKeyBindList and PutKeyBind to Myth Services PR #120

MythTV noreply at mythtv.org
Mon May 16 19:15:53 UTC 2016


#12753: PR for Services API Adding GetKeyBindList and PutKeyBind to Myth Services
PR #120
---------------------------------------------+-----------------------------
 Reporter:  Mitch Capper <mitch.capper@…>    |          Owner:  bmeek
     Type:  Patch - Feature                  |         Status:
                                             |  infoneeded_new
 Priority:  minor                            |      Milestone:  0.28.1
Component:  MythTV - Services API - Backend  |        Version:  Master Head
 Severity:  medium                           |     Resolution:
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+-----------------------------
Changes (by bmeek):

 * status:  new => infoneeded_new


Comment:

 Mitch,

 Did you consider, for example: KeyBindings::!ReplaceActionKey
 rather to doing the UPDATE keybindings in Myth::!PutKeyBind?

 On a different note, for getting rid of trailing blanks,this
 may be of value if you use vim (from .vimrc):
 {{{
 autocmd FileType c,cpp,h,python autocmd BufWritePre <buffer> :%s/\s\+$//e
 }}}
 I don't see trailing spaces mentioned in the Coding Standards,
 but I have seen commits removing them.

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


More information about the mythtv-commits mailing list