mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
Update to test descrete codes. Power-toggle key should be redefined, if power key should work as descrete power-on
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@775 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1448,6 +1448,22 @@ const char * CRCInput::getSpecialKeyName(const unsigned int key)
|
||||
return "prev";
|
||||
case RC_nokey:
|
||||
return "none";
|
||||
case RC_power_on:
|
||||
return "power on";
|
||||
case RC_power_off:
|
||||
return "power off";
|
||||
case RC_standby_on:
|
||||
return "standby on";
|
||||
case RC_standby_off:
|
||||
return "standby off";
|
||||
case RC_mute_on:
|
||||
return "mute on";
|
||||
case RC_mute_off:
|
||||
return "mute off";
|
||||
case RC_analog_on:
|
||||
return "analog on";
|
||||
case RC_analog_off:
|
||||
return "analog off";
|
||||
default:
|
||||
printf("unknown key: %d (0x%x) \n", key, key);
|
||||
return "unknown";
|
||||
|
Reference in New Issue
Block a user