diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f195b62c..e15d0ed32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # PharoVRIDE's Channel Log +## V0.18.0 (29/10/2020) +* Improved Keyboard layout. Now each window will have just one keyboard instead of two. The Do, Print, Inspect, Accept, Copy and Paste buttons are now part of PunchKeyboard as a UI Panel. Tab and Delete buttons where added. +* Fixed minor bugs. + ## V0.17.0 (27/10/2020) * Added buttons for resizing and scaling. * Added support for Oculus Android. diff --git a/README.md b/README.md index 3ef6b9607..47b684174 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ The text highlightning is based on regular expressions. You can specify a list o ## Controls -### Desktop Mode +### Keyboard -### VR Mode: HTC VIVE Cosmos +### HTC VIVE Cosmos -* X or A: Open Menu. +* Y or B: Open Menu. * Left/Right trigger: Pointer Click/Drag. -* Left/Right Stick press: Teleport. +* Left/Right stick press: Teleport. All previous commands can be executed using the VR and physical keyboards. @@ -175,7 +175,13 @@ Metacello new load: 'AFrame'. ``` -Now open PharoVRIDE. On your computer screen you will see a field asking for the IP address of your Pharo server. If you are running on localhost just as shown in the previous script, press the Enter button to proceed. +Now open PharoVRIDE. Right into the first scene, you will see a field asking for the IP address of your Pharo server. It must be as follows: + +``` +http://:/repl +``` + +If you are running on localhost just as shown in the previous script, press the Enter button to proceed. Finally, put on your VR headset, and try some stuff!