small-fix: Fix keybind already bound display issue due to wrong split - #5190
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. WalkthroughThe keybind conflict message now uses a ChangesKeybind conflict messaging
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This localized change corrects how the keybind-conflict message displays the pressed key without changing keybind behavior or persistence. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files. ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Claude Code ReviewVerdict: No issues found — this is a correct, well-targeted fix. Findings: 0 critical, 0 high, 0 medium, 0 low. SummaryThe change (
This correctly decouples "where to split the sentence" from "what text to display," eliminating the substring-collision bug shown in the PR's before/after screenshots. Verified:
No bugs, logic errors, or CLAUDE.md violations found in this diff. |
Add approved & assigned issue number here:
None - small fix
Description:
Fix keybind already bound display issue due to wrong split. Main splits the "KEY ALREADY BOUND" error on the key that was pressed. If the pressed key is present as a letter in the string before {key} in the translation - it instead splits the actual string on that letter and not the pressed key
Old
New
Please complete the following:
Please put your Discord username so you can be contacted if a bug or regression is found:
JB940