Unify user list on Shift+L and remove Shift+U mode
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user