This is a WPF-based utility primarily designed to customize and render keyboard button prompt icons for use in video games.
- Open the project using Visual Studio 2026.
- Modify Model/KeyPrompts.cs to adjust the keys you wish to include.
- Edit Styles/Style_KeyPrompts.xaml to customize the visual style of the prompts.
- Press F5 to run the application.
- Press Ctrl + R to render the output. The program will automatically open Windows File Explorer and navigate to the newly generated file.
- Done!
The font for the keys defaults to SourceHanSansSC. You can modify it to your desired font within the View/KeyPrompts class.