ramacinedigm
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2023
04:55 AM
LEFT/RIGHT key in "onKeyEvent" is not getting fired on RowList
In Rowlist when rowFocusAnimationStyle = "fixedFocusWrap" and vertFocusAnimationStyle = "fixedFocusWrap", the LEFT/RIGHT key is not getting fired though other keys are fired.
How can I detect the LEFT/RIGHT keys in onKeyEvent when the focus is on the 0th position of the row/column so that I can move the focus out from the Rowlist.
1 REPLY 1

speechles
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023
01:36 PM
Re: LEFT/RIGHT key in "onKeyEvent" is not getting fired on RowList
The entire reason you use FixedFocusWrap is when you allow the user to remain inside the rowlist when using left/right and rewind/fast-forward. This is expected behavior.
FixedFocusWrap will swallow the left/right keypresses. To see them use FixedFocus instead.