GNU Screen – Find Keys Bound by Bindkey in Screenrc

gnu-screen

The bindkey keyword in .screenrc is preceded by some cryptic keys that correspond to some keybouard binding. How can I figure out what these are? Google and GNU Screen Documentation did not show the results I was looking for.
For example, how would you found the bindings below without someone specifically telling you what the binding is?
bindkey "^[[1;5I" next
bindkey "^[[1;6I" prev

Best Answer

The keycodes vary somewhat from terminal to terminal, but check out this resource.

Related Question