feat: Extend play toggle functionality to include additional enter key inputs

This commit is contained in:
2026-04-09 17:03:16 +02:00
parent 4ef78b8ec6
commit 54e79d8bee

View File

@@ -71,7 +71,9 @@ internal fun TvPlayerSeekBar(
true true
} }
Key.Enter -> { Key.DirectionCenter,
Key.Enter,
Key.NumPadEnter -> {
togglePlayState() togglePlayState()
true true
} }