ID:2909981
 
Resolved
Macro changes resulted in the Any macro for the `/~ key to report as ~ instead of ` as it used to.
BYOND Version:515.1630
Operating System:Windows 11 Home
Web Browser:Chrome 120.0.0.0
Applies to:Dream Seeker
Status: Resolved (515.1631)

This issue has been resolved.
Descriptive Problem Summary:
Any key indicator for ` is treated as ~ . Basically the same issue as the A key issue
Numbered Steps to Reproduce Problem:
press your ` key
don't get the ` key passed through key_down
Code Snippet (if applicable) to Reproduce Problem:
/client/verb/Key_Down(_key as text)
set name = "Key_Down"
set instant = TRUE
set hidden = TRUE
user << "[_key]"


Expected Results:
`
Actual Results:
~
Does the problem occur:
Every time? Or how often?yes
In other games?yes
In other user accounts?yes
On other computers?yes

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Probably 151.1627 and earlier?

Lummox JR resolved issue with message:
Macro changes resulted in the Any macro for the `/~ key to report as ~ instead of ` as it used to.