milke / GitFinder-Issues

Bug and issue tracker for GitFinder - git client with macOS Finder integration
16 stars 1 forks source link

[Browser] Adding new lines to commit message uses unusual shortcut #30

Open filliph opened 6 years ago

filliph commented 6 years ago

The enter key should insert a new line, and ⌘Enter should submit the commit.

Instead, I have to use ⌃Enter to add a new line, which is sub-optimal.

milke commented 6 years ago

Hm, I'm not sure about this one. At the moment, it follows the pattern of other text input fields (in GitFinder, but most other applications behave that way): hitting ENTER/RETURN sends the message to perform desired operation. If you really want a new line (\n) you have to press alt/option key when pressing ENTER/RETURN.

AndrewLazarus commented 2 years ago

I would prefer a preference to flop the use of plain Return and Option-Return.