Re: Keybinding a key press

2021-09-15 Thread Pieter Luteijn
Try: bindkey -k F1 eval "stuff \"^M\"" "next" Regards, Pieter

Re: Keybinding a key press

2021-09-14 Thread Stephane Ascoet
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