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 @@
Arrow Keys: Move
-C: Coordinates
+C: Speak coordinates
Escape: Disconnect/cancel
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
I: Locate nearest item
@@ -60,7 +60,7 @@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." ] } ]