Unify user list on Shift+L and remove Shift+U mode

This commit is contained in:
Jage9
2026-02-22 19:35:28 -05:00
parent 391100a00e
commit 2362c14bc0
5 changed files with 20 additions and 83 deletions

View File

@@ -30,16 +30,12 @@
},
{
"keys": "Shift+L",
"description": "List users; Enter teleports to that user"
"description": "List users; Enter teleports to that user, left/right arrow adjust volume"
},
{
"keys": "U",
"description": "Speak connected users"
},
{
"keys": "Shift+U",
"description": "List users alphabetically; Left/Right adjusts selected user volume"
},
{
"keys": "Slash",
"description": "Start chat"

View File

@@ -1,5 +1,5 @@
// Maintainer-controlled web client version.
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
window.CHGRID_WEB_VERSION = "2026.02.22 R174";
window.CHGRID_WEB_VERSION = "2026.02.22 R175";
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
window.CHGRID_TIME_ZONE = "America/Detroit";