Hey, I have learned from the documentation that you can bind keys to specific Screen commands, including series of commands. For example, "bindkey -k k1 next screen" would cause the F1 key to carry out "next", then "screen".
Is it possible to bind a key not to a Screen command but just to a key press? I would like to bind the F1 key to the equivalent of the user pressing the Enter key, then calling the "next" Screen command. Would this be possible? Why or why not? Thank you, Julius