Images for almost every Keycode and UserInputType

I made a table of the keycodes/user_input images from the pack https://juliocacko.itch.io/free-input-prompts

It doesn’t have every keycode, but it has some of the most used keys.
Hopefully, it can save you a couple of hours of creating the list

I used the only dark theme for the keyboard and gamepad. Maybe will update it soon.

File:
icons.lua (8.0 KB)

Preview:

local key_codes = {
		[Enum.KeyCode.U] = "rbxassetid://17164171424",
		[Enum.KeyCode.Five] = "rbxassetid://17164184242",
		[Enum.KeyCode.B] = "rbxassetid://17164182862",
		[Enum.UserInputType.MouseWheel] = "rbxassetid://17164175886",
		[Enum.KeyCode.Insert] = "rbxassetid://17164177453",
		[Enum.KeyCode.W] = "rbxassetid://17164171052",
		[Enum.KeyCode.F9] = "rbxassetid://17164179222",
		[Enum.KeyCode.PageUp] = "rbxassetid://17164174200",
		[Enum.KeyCode.Three] = "rbxassetid://17164184445",
		[Enum.KeyCode.Plus] = "rbxassetid://17164174067",
		[Enum.KeyCode.Asterisk] = "rbxassetid://17164183034",
		[Enum.KeyCode.RightBracket] = "rbxassetid://17164182331",
		[Enum.KeyCode.F2] = "rbxassetid://17164180129",
		[Enum.KeyCode.F12] = "rbxassetid://17164178634",
		[Enum.KeyCode.Space] = "rbxassetid://17164171928",
		[Enum.KeyCode.S] = "rbxassetid://17164172818",
		[Enum.KeyCode.Up] = "rbxassetid://17164171320",
        --...
7 Likes

Does it have icons for KeyCode.H?

[Enum.KeyCode.H] = “rbxassetid://17164177748”,

This works only for the gamepad unfortunately, and these buttons are stylised

1 Like

you could just download the file and look with the text editor