-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'Search by key' button for the Keybind menu (#6070)
# About the pull request Adds a 'search by key' button to the Keybind menu, which scrolls the window to the first entry bound to the inputted key. Ideally this would somehow loop through everything that the key is bound to, but I haven't been able to figure that out yet. # Explain why it's good for the game It's easy to search for the name of a keybind if you already know what you're looking for, but if for example you're trying to figure out what the 'F' key is doing, or whether or not a key you want to bind is already in use, then currently you need to look through the whole list manually. # Testing Photographs and Procedure <details open> <summary>Screenshots & Videos</summary> https://github.com/cmss13-devs/cmss13/assets/57483089/791a6855-1b23-40fd-892b-873032956ec4 </details> # Changelog :cl: ui: Added a 'search by key' button to the Keybind menu. /:cl:
- Loading branch information
Showing
2 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters