Skip to content

Commit 6f0934d

Browse files
author
David Kline
authored
Merge pull request #2132 from davidkline-ms/kbd1978
Re-enable keyboard caret, move test scene
2 parents ca8a57d + acc6f59 commit 6f0934d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Assets/HoloToolkit-Examples/Input/Scenes/KeyboardTest.unity renamed to Assets/HoloToolkit-Examples/UX/Scenes/KeyboardTest.unity

File renamed without changes.

Assets/HoloToolkit-Examples/Input/Scenes/KeyboardTest.unity.meta renamed to Assets/HoloToolkit-Examples/UX/Scenes/KeyboardTest.unity.meta

File renamed without changes.

Assets/HoloToolkit/UX/Scripts/Keyboard.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ public void PresentKeyboard()
378378

379379
OnPlacement(this, EventArgs.Empty);
380380

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

384384
SetMicrophoneDefault();
385385
}

0 commit comments

Comments
 (0)