-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* 2134 feature request implement a way of getting a way to show keyboard shortcuts #2143
base: alpha
Are you sure you want to change the base?
* 2134 feature request implement a way of getting a way to show keyboard shortcuts #2143
Conversation
PWagner1
commented
Mar 9, 2025
- Implemented [Feature Request]: Implement a way of getting a way to show keyboard shortcuts #2134 + some theming stuff
Catchup 09/03/2025
Can you please provide an overview of how this works on the discord channel where we discuss the theming changes. |
} | ||
} | ||
|
||
// Extract Fonts | ||
XmlNodeList fontNodes = root.SelectNodes("Resources/Fonts/Font"); | ||
foreach (XmlNode fontNode in fontNodes) | ||
XmlNodeList? fontNodes = root.SelectNodes("Resources/Fonts/Font"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this a Base64Coded string. Font has a toString and from string conversion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…o-show-keyboard-shortcuts' into catchup-17-03-2025
Catchup 17/03/2025