Bedrock-OSS / bedrock-wiki

Rewrite of the Bedrock Wiki.
https://wiki.bedrock.dev
158 stars 258 forks source link

Added Input Keys column to Emojis page #853

Closed t3hero closed 2 months ago

t3hero commented 2 months ago

As of 1.20.80.22 Minecraft officially added "support for rendering input key glyphs". This includes being able to use it in /titleraw and /tellraw.

You can add it to the game with something like: /tellraw @p {"rawtext":[{"text":"look at my drop key: :_input_key.drop:"}]}

https://github.com/Bedrock-OSS/bedrock-wiki/assets/804380/172019f8-5246-48db-92ea-1089cd44729a

Adding an associated list showing what the emoji looks like would be helpful for development. I'm also open to this being a completely separate page if this one is starting to get too cluttered, but wanted to add it somewhere where I can compare it to what it looks like in-game.