You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing in Japanese, we press the Enter key to convert Kana to Kanji. The Enter key is pressed to indicate a line break only when the conversion is already done. So pressing the Enter key has two meanings. See https://en.wikipedia.org/wiki/Japanese_input_method#Kana_to_kanji_conversion for the details.
However, in the commit/PR form in GitButler, when I press the Enter key to indicate the conversion, it moves the cursor to the next input box. See the video below.
Screen.Recording.2025-07-29.at.14.04.54.mov
In this video, I pressed the Enter key only once to finalize the Kana to Kanji ("かいぜん" to "改善" in this case) conversion, which was correctly done, but GitButler moved the cursor to the next input box.
How to reproduce (Optional)
No response
Expected behavior (Optional)
I want GitButler to move the cursor only when the Enter key indicates a line break, not a conversion.