[media] rc/keymaps: Fix most KEY_PROG[n] keycodes
Those KEY_PROG[n] keys were used on places where the developer didn't know for sure what key should be used. On several cases, using KEY_RED, KEY_GREEN, KEY_YELLOW would be enough. On others, there are specific keys for that already. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Jarod Wilson <jarod@redhat.com>
此提交包含在:
@@ -25,7 +25,7 @@ static struct rc_map_table cinergy[] = {
|
||||
{ 0x09, KEY_9 },
|
||||
|
||||
{ 0x0a, KEY_POWER },
|
||||
{ 0x0b, KEY_PROG1 }, /* app */
|
||||
{ 0x0b, KEY_MEDIA }, /* app */
|
||||
{ 0x0c, KEY_ZOOM }, /* zoom/fullscreen */
|
||||
{ 0x0d, KEY_CHANNELUP }, /* channel */
|
||||
{ 0x0e, KEY_CHANNELDOWN }, /* channel- */
|
||||
|
新增問題並參考
封鎖使用者