mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
driver/rcinput.cpp: add missing sleep, sub, pos keys
This commit is contained in:
@@ -1511,7 +1511,13 @@ const char * CRCInput::getSpecialKeyName(const unsigned int key)
|
||||
case RC_analog_off:
|
||||
return "analog off";
|
||||
case RC_www:
|
||||
return "window print";
|
||||
return "www";
|
||||
case RC_sub:
|
||||
return "sub";
|
||||
case RC_pos:
|
||||
return "pos";
|
||||
case RC_sleep:
|
||||
return "sleep";
|
||||
default:
|
||||
printf("unknown key: %d (0x%x) \n", key, key);
|
||||
return "unknown";
|
||||
|
Reference in New Issue
Block a user