Hello!
We are currently trying to develop a TVos Application using SwiftUI, which uses the regular siri-remote-commands for the primary navigation.
However, we would like to develop a custom remote control acting as Bluetooth-Keyboard, which has additional keys such as numbers to improve accessibility amongst technically unskilled people. (For prototyping we use an Apple Magic Keyboard)
It seems to me tough, that no Keyboard-Inputs apart from the ones also aviable on the Siri remote, are able to be intercepted in any way outside of Textfields in TVos, is that correct?
I tried accessing the Keyboard via the CoreBluetooth stack, but connected HIDs are not showing up there (By design, how i learned)
Is there any way to recieve non-siri-remote-compliant Keyboard-Inputs (such as the numbers) on TVos, without an overlay popping up?