mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Without this fix, the context-menu key on the OSMC remote will fail to work, and maps to the EPG (TV channel guide). This is discussed in https://github.com/osmc/osmc/issues/478
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
#KEY_HOME = KEY_HOME
|
|
#KEY_INFO = KEY_INFO
|
|
#KEY_UP = KEY_UP
|
|
#KEY_DOWN = KEY_DOWN
|
|
#KEY_LEFT = KEY_LEFT
|
|
#KEY_RIGHT = KEY_RIGHT
|
|
KEY_ENTER = KEY_OK
|
|
#KEY_BACK = KEY_BACK
|
|
#KEY_CONTEXT_MENU = KEY_CONTEXT_MENU
|
|
#KEY_PLAYPAUSE = KEY_PLAYPAUSE
|
|
#KEY_STOP = KEY_STOP
|
|
#KEY_REWIND = KEY_REWIND
|
|
#KEY_FASTFORWARD = KEY_FASTFORWARD
|