mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
fix some keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f420cdeea
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:
@@ -1721,6 +1721,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;
|
||||
|
Reference in New Issue
Block a user