Intro
Is there any way of mapping CTRL+ENTER to an F-key? (Inside the terminal ofcourse only) I've looked everywhere, I've tried so many things that I can't even recall. I had no luck and so I decide to replace gnome-terminal with Alacritty but still I'm left with the question.
Related Sources
gnome-terminal(oriented):[intrepid] equivalent of XTerm*VT100.translations: string with gnome-terminal
-
Gnome-terminal doesn't use Xresources / Xdefaults to store its settings, therefore if you want Xdefaults' look in gnome-terminal you have to 'tune' it accordingly manually. Look under the valid menu entry to customize your colours and enter the values from your Xdefaults file.
Ctrl-Enter, Shift-Enter and Enter are interpreted as the same key
KDE or Gnome applications like konsole and gnome-terminal have their own way of configuring key combos to actions; I don't know if that includes the ability to write arbitrary strings to the pseudo-tty master.
How to bind CTRL + Enter in zsh?
Here is the solution for xterm, gnome-terminal and any other terminal emulator for the XWindow system.
Slightly related thing i came across:
Other Terminal (oriented):