I use Trumbowyg editor (https://github.com/Alex-D/Trumbowyg) and I've wanted to override behavior of Enter (which I've already done).
I've wanted also to make Ctrl+Enter key combination to add a newline to the editor (like it is binded for plain Enter by default) but I couldn't find exact method which is used for that in the source code - does anyone know how is it solved?