Improve Key Snapping and Layout Tools for Custom Keyboard#236
Merged
ClassicOldSong merged 7 commits intoClassicOldSong:moonlight-noirfrom Jun 2, 2025
Merged
Conversation
add layout snapping
In moving mode, when an element is moved over another element, resizing only occurs after the user has completely lifted their finger off the screen.
add & clear keys for custom keyboards
Add joystick & d pad for add keys
Long click the configure button to move
ClassicOldSong
requested changes
Jun 2, 2025
...rc/main/java/com/limelight/binding/input/virtual_controller/keyboard/KeyBoardController.java
Outdated
Show resolved
Hide resolved
Locales for custom keyboard buttons
60b03d6 to
9a6b0a3
Compare
Locales for custom keyboard buttons
Owner
|
Thanks for the contribution! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Button Snapping: Key buttons automatically align when moved close to another key button, making precise placement easier.
"Clear All" Button: Instantly hide all unused key buttons to declutter the interface and free up space for active key setup.
"Add Keys" Button: Easily add key buttons to the screen via a dropdown menu for quick and organized customization.
Auto Resize Key Button: When a smaller key button is dragged onto a larger one and released, it automatically resizes to match the larger button’s dimensions.
Configure Button – Long Press to Move: Press and hold the configure button to reposition it freely on the screen.