mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-05 20:58:33 +02:00
rcinput: use translation for some keys
This commit is contained in:
@@ -885,11 +885,15 @@ unsigned int revert_translate(unsigned int code)
|
||||
{
|
||||
switch(code)
|
||||
{
|
||||
case RC_home:
|
||||
return KEY_EXIT;
|
||||
case RC_page_up:
|
||||
return KEY_CHANNELUP;
|
||||
case RC_page_down:
|
||||
return KEY_CHANNELDOWN;
|
||||
#ifdef HAVE_ARM_HARDWARE
|
||||
case RC_mode:
|
||||
return KEY_SWITCHVIDEOMODE;
|
||||
case RC_play:
|
||||
case RC_pause:
|
||||
return KEY_PLAYPAUSE;
|
||||
|
Reference in New Issue
Block a user