In iTerm2 one can setup keyboard shortcuts so that for a given input sequence, iTerm2 sends a specific hex code to the terminal.
What exactly are these hex codes? And how can I identify a hex code for a given input key sequence?
In my case I am specifically interested in looking up the hex code associated with Control + Alt + <char> with char being u,i,j,k and l.
I found this article that shows some examples of these conversions, but it doesn't list any Control + Alt + <char> combinations.
The hope is that ultimately this will help me solve this other question in AskDifferent.

