fix some keys

Origin commit data
------------------
Branch: ni/coolstream
Commit: fb7623c567
Author: TangoCash <eric@loxat.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-12 00:36:45 +02:00
committed by Thilo Graf
parent bd77176097
commit 602eca0e06

View File

@@ -1708,6 +1708,14 @@ int CRCInput::translate(int code)
return RC_up;
case 0x101: // FIXME -- needed?
return RC_down;
case KEY_PLAYPAUSE:
return RC_play;
case KEY_PROGRAM:
return RC_timer;
case KEY_NEXTSONG:
return RC_next;
case KEY_PREVIOUSSONG:
return RC_prev;
#ifdef HAVE_AZBOX_HARDWARE
case KEY_HOME:
return RC_favorites;