Closed elvistony closed 1 month ago
Added KeyEvent Support for Numpad 1 & Channel Down for Previous Episode and Numpad 2 & Channel Up for Next Episode. Simple update to the CommonActivity.kt file with the KeyCodes to support more buttons.
CommonActivity.kt
Added New KeyEvents:
Source: Documentation for KeyEvents
This update partially fixes this Issue that was raised #1386
Looks good 👍
Added KeyEvent Support for Numpad 1 & Channel Down for Previous Episode and Numpad 2 & Channel Up for Next Episode. Simple update to the
CommonActivity.kt
file with the KeyCodes to support more buttons.Added New KeyEvents:
Source: Documentation for KeyEvents