From e7909b4df74318d15adfc60107f52c9511c818cc Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sat, 21 Feb 2026 02:38:13 -0500 Subject: [PATCH] Update help text and changelog content --- client/index.html | 10 +++++----- client/public/changelog.json | 6 ++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/client/index.html b/client/index.html index 711a796..80dd8a0 100644 --- a/client/index.html +++ b/client/index.html @@ -36,17 +36,17 @@

Movement

Arrow Keys: Move

-

C: Coordinates

+

C: Speak coordinates

Escape: Disconnect/cancel

Users, Nickname, and Chat

L: Locate nearest user

Shift+L: List users

-

Shift+U: List connected users

+

Shift+U: Speak connected users

N: Change nickname

Apostrophe: Start chat

-

Comma / Period: Previous/next chat message

-

Less Than / Greater Than: First/last chat message

+

Comma / Period: Previous/next message

+

Less Than / Greater Than: First/last message

Items

I: Locate nearest item

@@ -60,7 +60,7 @@

Audio

P: Ping server

-

M: Mute/unmute

+

M: Mute/unmute yourself

Shift+M: Toggle stereo/mono output

! (Shift+1): Toggle loopback monitor

E: Select voice effect

diff --git a/client/public/changelog.json b/client/public/changelog.json index 2150ac8..12b1ac7 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -8,7 +8,7 @@ "Added simple first-letter navigation for menus and lists.", "Added Channel property for radio items (stereo, mono, left, right).", "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": [ "Added Shift+O inspector mode to read all item properties.", "Added paste support for chat and text-entry fields.", - "Expanded punctuation announcements while editing text.", "Persisted player position across refresh/reconnect.", - "Added loopback monitoring toggle for hearing your own effect.", - "Improved reconnect flow and connection error handling." + "Added loopback monitoring toggle for hearing your own effect." ] } ]