mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
rcinput: use translation for some keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: f633ff3b96
Author: GetAway <get-away@t-online.de>
Date: 2018-12-05 (Wed, 05 Dec 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1733,6 +1733,8 @@ int CRCInput::translate(int code)
|
||||
{
|
||||
switch(code)
|
||||
{
|
||||
case KEY_EXIT:
|
||||
return RC_home;
|
||||
case 0x100: // FIXME -- needed?
|
||||
return RC_up;
|
||||
case 0x101: // FIXME -- needed?
|
||||
@@ -1742,6 +1744,8 @@ int CRCInput::translate(int code)
|
||||
case KEY_CHANNELDOWN:
|
||||
return RC_page_down;
|
||||
#ifdef HAVE_ARM_HARDWARE
|
||||
case KEY_SWITCHVIDEOMODE:
|
||||
return RC_mode;
|
||||
case KEY_VIDEO:
|
||||
return RC_favorites;
|
||||
case KEY_FASTFORWARD:
|
||||
|
Reference in New Issue
Block a user