diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-30 16:07:41 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-10-30 16:07:41 +1300 |
commit | 97d3c607458eef9be242cd548f43732909c7eea6 (patch) | |
tree | e2f0c481b251e3584c5442d4ddcc63c39f7c0f30 | |
parent | 31364760c19cd2a888ef0c26f50a5717363b462c (diff) |
fix invalid XML comment
-rw-r--r-- | system/keymaps/keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index d508d9c1f6..e783145191 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -144,7 +144,7 @@ <t mod="ctrl">ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</t> <!-- MCE Live TV --> <t mod="ctrl,shift">ActivateWindow(MyPVR)</t> <!-- MCE My TV --> <a mod="ctrl">ActivateWindowAndFocus(MyPVR, 33,0, 12,0)</a> <!-- MCE My Radio --> - <!-- MCE keypresses without an obvious use in XBMC ---> + <!-- MCE keypresses without an obvious use in XBMC --> <u mod="ctrl">Notification(MCEKeypress, DVD subtitle, 3)</u> <a mod="ctrl,shift">Notification(MCEKeypress, DVD audio, 3)</a> </keyboard> |