The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
How to build a custom input method?

Hi,
I'm trying to build a less awkward input method for typing lots of words on Hololens. Does anyone know is that even possible to override the default input method on Hololens, and if so, where could I find related documentation?
Thanks a lot!
Hololol
Best Answers
-
Patrick mod
Yes, there are rest apis for VirtualInput, but I don't see them documented, so you might have to do a little reverse engineering with fiddler or some other network monitoring tool.
===
This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.(Daddy, what does 'now formatting drive C:' mean?)
5 -
Patrick mod
looks pretty basic
Request URL: https://..yourhlip.../api/holographic/input/keyboard/text?text=...sometext...
===
This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.(Daddy, what does 'now formatting drive C:' mean?)
5
Answers
What exactly are you looking to override? the air-tap gesture ?
Toronto-HoloLens | Blog | @alexdrenea
You could use a Bluetooth keyboard. Will that help?
Sorry for the vagueness. My final goal is to make typing easier on Hololens, but for now. the idea is to build an app for iOS and Android that's similar to the official Hololens assistant, which can turn your phone into a Bluetooth keyboard.
So before I start out to build the app, I need to figure out is it possible on the Hololens side, it might be like building an IME for Windows desktop. Could you help? Thanks!
Yes, there are rest apis for VirtualInput, but I don't see them documented, so you might have to do a little reverse engineering with fiddler or some other network monitoring tool.
===
This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.
(Daddy, what does 'now formatting drive C:' mean?)
looks pretty basic
Request URL: https://..yourhlip.../api/holographic/input/keyboard/text?text=...sometext...
===
This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.
(Daddy, what does 'now formatting drive C:' mean?)
Thanks for guiding me to the Device Portal documentation, that's quite helpful indeed!
And I'm wondering is there a way to achieve the same effect without enabling developer mode?
The API's won't work without developer mode. That's what starts the internal mini web server that hosts the portal and the API.
+1 for @Patrick for the API call
Toronto-HoloLens | Blog | @alexdrenea