Remap use/speak keys and update help/changelog
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"items": [
|
||||
"Added support for Dropbox links and HTTP streams for item sounds and radio stations.",
|
||||
"You will no longer repeatedly hit walls.",
|
||||
"Added user volume control and calibration."
|
||||
"Added user volume control and calibration.",
|
||||
"Added up/down arrows and page up/page down for numeric field adjustment.",
|
||||
"Moved Use item to Enter Key instead of u, moved speak users to U from Shift U."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"description": "List users; Enter teleports to that user"
|
||||
},
|
||||
{
|
||||
"keys": "Shift+U",
|
||||
"keys": "U",
|
||||
"description": "Speak connected users"
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@
|
||||
"description": "Delete item"
|
||||
},
|
||||
{
|
||||
"keys": "U",
|
||||
"keys": "Enter",
|
||||
"description": "Use item"
|
||||
}
|
||||
]
|
||||
@@ -132,7 +132,7 @@
|
||||
},
|
||||
{
|
||||
"keys": "V",
|
||||
"description": "Set microphone gain"
|
||||
"description": "Set mic volume"
|
||||
},
|
||||
{
|
||||
"keys": "Shift+V",
|
||||
|
||||
@@ -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 R156";
|
||||
window.CHGRID_WEB_VERSION = "2026.02.22 R157";
|
||||
// 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