Skip to content

Commit

Permalink
Merge pull request #2132 from davidkline-ms/kbd1978
Browse files Browse the repository at this point in the history
Re-enable keyboard caret, move test scene
  • Loading branch information
David Kline authored May 18, 2018
2 parents ca8a57d + acc6f59 commit 6f0934d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/HoloToolkit/UX/Scripts/Keyboard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ public void PresentKeyboard()

OnPlacement(this, EventArgs.Empty);

//This bring up the default keyboard in MR so the user is presented with TWO keyboards
//InputField.ActivateInputField();
// todo: if the app is built for xaml, our prefab and the system keyboard may be displayed.
InputField.ActivateInputField();

SetMicrophoneDefault();
}
Expand Down

0 comments on commit 6f0934d

Please sign in to comment.