Hmm I wonder if you're perhaps hitting Ctrl+Return?
You said you tried Ctrl+Enter, which is why I wonder.
It's *supposed* to work... as in, I use it everyday.
Older versions did not have this feature. Maybe you have an old version?
It could also be an oversight in the code.
Here's where we set the shortcut for that action in cola/widgets/commitmsg.py:
self.commit_action = add_action(self, 'Commit@@verb',
self.commit,
'Ctrl+Return')
Does it behave differently if you change that to Ctrl+Enter?
--
David