recloudstream / cloudstream

Android app for streaming and downloading media.
GNU General Public License v3.0
6.79k stars 543 forks source link

Update CommonActivity.kt - Episode Navigation with Channel Up,Down #1387

Closed elvistony closed 1 month ago

elvistony commented 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.

Added New KeyEvents:

KeyEvent Function
Numpad 1 and Channel Down Previous Episode
Numpad 2 and Channel Up Next Episode

Source: Documentation for KeyEvents

elvistony commented 1 month ago

This update partially fixes this Issue that was raised #1386

fire-light42 commented 1 month ago

Looks good 👍