driver/rcinput.cpp: add missing sleep, sub, pos keys

This commit is contained in:
[CST] Focus
2013-03-06 15:42:23 +04:00
parent cbfa6f88c5
commit 65bd112d78
2 changed files with 10 additions and 1 deletions

View File

@@ -232,6 +232,9 @@ class CRCInput
RC_next = KEY_NEXT,
RC_prev = KEY_PREVIOUS,
RC_www = KEY_WWW,
RC_sub = KEY_SUBTITLE,
RC_pos = KEY_MOVE,
RC_sleep = KEY_SLEEP,
RC_power_on = KEY_POWERON,
RC_power_off = KEY_POWEROFF,