Update help text and changelog content
This commit is contained in:
@@ -36,17 +36,17 @@
|
|||||||
|
|
||||||
<h3>Movement</h3>
|
<h3>Movement</h3>
|
||||||
<p><b>Arrow Keys:</b> Move</p>
|
<p><b>Arrow Keys:</b> Move</p>
|
||||||
<p><b>C:</b> Coordinates</p>
|
<p><b>C:</b> Speak coordinates</p>
|
||||||
<p><b>Escape:</b> Disconnect/cancel</p>
|
<p><b>Escape:</b> Disconnect/cancel</p>
|
||||||
|
|
||||||
<h3>Users, Nickname, and Chat</h3>
|
<h3>Users, Nickname, and Chat</h3>
|
||||||
<p><b>L:</b> Locate nearest user</p>
|
<p><b>L:</b> Locate nearest user</p>
|
||||||
<p><b>Shift+L:</b> List users</p>
|
<p><b>Shift+L:</b> List users</p>
|
||||||
<p><b>Shift+U:</b> List connected users</p>
|
<p><b>Shift+U:</b> Speak connected users</p>
|
||||||
<p><b>N:</b> Change nickname</p>
|
<p><b>N:</b> Change nickname</p>
|
||||||
<p><b>Apostrophe:</b> Start chat</p>
|
<p><b>Apostrophe:</b> Start chat</p>
|
||||||
<p><b>Comma / Period:</b> Previous/next chat message</p>
|
<p><b>Comma / Period:</b> Previous/next message</p>
|
||||||
<p><b>Less Than / Greater Than:</b> First/last chat message</p>
|
<p><b>Less Than / Greater Than:</b> First/last message</p>
|
||||||
|
|
||||||
<h3>Items</h3>
|
<h3>Items</h3>
|
||||||
<p><b>I:</b> Locate nearest item</p>
|
<p><b>I:</b> Locate nearest item</p>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
<h3>Audio</h3>
|
<h3>Audio</h3>
|
||||||
<p><b>P:</b> Ping server</p>
|
<p><b>P:</b> Ping server</p>
|
||||||
<p><b>M:</b> Mute/unmute</p>
|
<p><b>M:</b> Mute/unmute yourself</p>
|
||||||
<p><b>Shift+M:</b> Toggle stereo/mono output</p>
|
<p><b>Shift+M:</b> Toggle stereo/mono output</p>
|
||||||
<p><b>! (Shift+1):</b> Toggle loopback monitor</p>
|
<p><b>! (Shift+1):</b> Toggle loopback monitor</p>
|
||||||
<p><b>E:</b> Select voice effect</p>
|
<p><b>E:</b> Select voice effect</p>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"Added simple first-letter navigation for menus and lists.",
|
"Added simple first-letter navigation for menus and lists.",
|
||||||
"Added Channel property for radio items (stereo, mono, left, right).",
|
"Added Channel property for radio items (stereo, mono, left, right).",
|
||||||
"Added new wheel item type with configurable spaces and spin results.",
|
"Added new wheel item type with configurable spaces and spin results.",
|
||||||
"Added and updated movement/teleport sounds."
|
"Added movement/teleport sounds."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -16,10 +16,8 @@
|
|||||||
"items": [
|
"items": [
|
||||||
"Added Shift+O inspector mode to read all item properties.",
|
"Added Shift+O inspector mode to read all item properties.",
|
||||||
"Added paste support for chat and text-entry fields.",
|
"Added paste support for chat and text-entry fields.",
|
||||||
"Expanded punctuation announcements while editing text.",
|
|
||||||
"Persisted player position across refresh/reconnect.",
|
"Persisted player position across refresh/reconnect.",
|
||||||
"Added loopback monitoring toggle for hearing your own effect.",
|
"Added loopback monitoring toggle for hearing your own effect."
|
||||||
"Improved reconnect flow and connection error handling."
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user