CC: Tweaked

CC: Tweaked

57M Downloads

I found a typo: keys contains both scrollLock and scollLock

Codenade opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Version

1.113.1

Details

  • Open any advanced computer's shell.
  • Type lua
  • Type keys.sc and find scollLock followed immediately by scrollLock in completions (navigate with up / down arrow keys)
commented

Thanks for the report! Unfortunately this is intended behaviour โ€” we fixed the spelling of scollLock a while back, but still need to maintain the incorrect spelling(s) for backwards compatibility with older programs.

-- Alias some keys for ease-of-use and backwards compatibility
keys["return"] = keys.enter --- @local
keys.scollLock = keys.scrollLock --- @local
keys.cimcumflex = keys.circumflex --- @local