Skip to content

Commit

Permalink
Add "Debug" section + new buttons to button groups
Browse files Browse the repository at this point in the history
  • Loading branch information
iKenndac committed Apr 25, 2014
1 parent 8d2922c commit 5948bb7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions Resources/ButtonGroups.plist
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,30 @@
<string>NUMBER9</string>
</array>
</dict>
<dict>
<key>Name</key>
<string>Debug</string>
<key>Buttons</key>
<array>
<string>AN_CHANNELS_LIST</string>
<string>ROOT_MENU</string>
<string>SETUP_MENU</string>
<string>CONTENTS_MENU</string>
<string>FAVORITE_MENU</string>
<string>DOT</string>
<string>CLEAR</string>
<string>ENTER</string>
<string>CHANNEL_UP</string>
<string>CHANNEL_DOWN</string>
<string>PREVIOUS_CHANNEL</string>
<string>NEXT_FAVORITE</string>
<string>PAGE_UP</string>
<string>PAGE_DOWN</string>
<string>FORWARD</string>
<string>BACKWARD</string>
<string>ELECTRONIC_PROGRAM_GUIDE</string>
</array>
</dict>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"CEC_USER_CONTROL_CODE_NEXT_FAVORITE" = "Next Favourite";
"CEC_USER_CONTROL_CODE_CHANNEL_UP" = "Channel +";
"CEC_USER_CONTROL_CODE_CHANNEL_DOWN" = "Channel -";
"CEC_USER_CONTROL_CODE_PREVIOUS_CHANNEL" = "Previous Channel";
"CEC_USER_CONTROL_CODE_PREVIOUS_CHANNEL" = "Prev. Channel";
"CEC_USER_CONTROL_CODE_SOUND_SELECT" = "Sound Select";
"CEC_USER_CONTROL_CODE_INPUT_SELECT" = "Input Select";
"CEC_USER_CONTROL_CODE_DISPLAY_INFORMATION" = "Info";
Expand Down

0 comments on commit 5948bb7

Please sign in to comment.