We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HexEditor
Somewhere along the way, the ability to type on the right side of HexEditor broke.
Also:
Enter
Tab
Shift+Tab
The text was updated successfully, but these errors were encountered:
Based on this comment #3766 (comment).
Only to remember that the navigation have to be fixed in Navigation API and not in the HexEditor.
Navigation
Sorry, something went wrong.
HexView
View.AdvancingFocus
Merge pull request #3783 from tig/v2_3777-hexedit
d6a652b
Fixes #3777 - `HexView` Focus Issue - Adds `View.AdvancingFocus` events
Successfully merging a pull request may close this issue.
Somewhere along the way, the ability to type on the right side of HexEditor broke.
Also:
Enter
should not switch sides, butTab
andShift+Tab
should (and navigate out).Enter
should accept.The text was updated successfully, but these errors were encountered: