Closed as not planned
Description
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the problem
There is no way to programmatically to position HoloLens' native keyboard.
Describe the solution you'd like
MRTK3 should allow the HoloLen app to position the native keyboard using Windows' HolographicKeyboard.SetPlacementOverride method.
Using HolographicKeyboard.SetPlacementOverride, MRTK3 could provide a mechanism allowing an application to position the keyboard. This would also require some sort of UX to allow the users to position the keyboard, since calling HolographicKeyboard.SetPlacementOverride will disable the system's affordances for moving the keyboard.
Describe alternatives you've considered
None
Additional context
Impacts HoloLens only