Try: bindkey -k F1 eval "stuff \"^M\"" "next"
Regards,
Pieter
Julius Hamilton le 14/09/2021 11:00:
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.
Hi, I made this sort of things globally in GNU/Lin
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
p