Conversation
bfd5da7 to
4087ac8
Compare
ef5af38 to
90486d2
Compare
8813a23 to
66f08d0
Compare
2ea52a5 to
64f0b1c
Compare
f45a5c2 to
244fc99
Compare
|
This seems great but I cannot tell: will it now be possible to use the keyboard to switch focus from the command line to the widget window, thereby gaining access to the keyboard shortcuts (e.g., of buttons)? 🤞 |
Contributor
Author
|
@alan-isaac Yes, every GUI element, including the widget panel and the widgets inside of it, is accessible by keyboard! There isn't a direct shortcut to get to the widget panel from the Command Center, but you can get there by cycling the focus with the Tab key. |
|
This is all great, but I suspect the single most needed keyboard action is to toggle between the command line and the widget window. Can a keyboard toggle be added? |
f273360 to
0b50e3a
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 the necessary functionality to allow full keyboard operation of the GUI for focus traversal and basic model authoring.
Fixes #2575
Fixes #2531