1ForeverHD / TopbarPlus

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
https://devforum.roblox.com/t/topbarplus/1017485
Mozilla Public License 2.0
91 stars 119 forks source link

Enhancement: Keycode Icon instead of string #114

Closed ValiantWind closed 2 months ago

ValiantWind commented 2 months ago

Implemented the enhancement from this issue: https://github.com/1ForeverHD/TopbarPlus/issues/110#issue-2261210091

Now, instead of showing the name, it will show the icon of the Key code instead that is returned from the UserInputService:GetStringForKeyCode method

All it took was changing one line of code.

1ForeverHD commented 2 months ago

Thanks Val!