feat: allow space, enter, and backspace shortcut keys#125
Open
mxmgorin wants to merge 1 commit intopalsoftware:mainfrom
Open
feat: allow space, enter, and backspace shortcut keys#125mxmgorin wants to merge 1 commit intopalsoftware:mainfrom
mxmgorin wants to merge 1 commit intopalsoftware:mainfrom
Conversation
Author
|
Hi @palsoftware, |
Collaborator
|
Hi @mxmgorin I will look into this in the next few days. If we don't merge your approach we'll implement it ourselves and give credit where credit is due! Have a good one |
Author
|
Made a force-push to revert changes to build.properties to avoid merge conflicts. |
fe7c448 to
35c9b8e
Compare
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.
This PR adds Space, Enter, and Backspace to the Shortcuts settings and allows KEYCODE_SPACE, KEYCODE_ENTER, and KEYCODE_DEL to be used as valid shortcut keys.
This expands available shortcut options without altering existing bindings or behavior. I think the spacebar is an especially useful shortcut since it’s centrally located and easily reachable with both hands.