-
-
Notifications
You must be signed in to change notification settings - Fork 448
Fix tab sequence #3737
New issue
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
Fix tab sequence #3737
Conversation
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
🥷 Code experts: no user but you matched threshold 10 Jack251970 has most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX. |
📝 WalkthroughWalkthroughThe UI layout in the CustomShortcutSetting XAML file was updated by replacing a DockPanel containing a Button with a two-column Grid. The new Grid arranges a TextBox and Button side by side, with explicit column assignments, improving the structure of the interface. Changes
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🔇 Additional comments (1)
|
Fix tab focus sequence in custom shortcut setting window.
Continuously type
Tab
. And obverse the element which gets the focus.Original: Preview button is the second to get the focus.
2025-06-17.13-26-35.mp4
After: Preview button is the third to get the focus.
2025-06-17.13-27-34.mp4