Thomas Pircher wrote: > The keystrokes are in tmux are "CTRL-B", followed by ":send-keys M-2", > followed by the Enter key, for sending the <Alt>-<2> (Meta-2) key > combination.
Sorry, I realised later that you wanted to send <ALT>-<F2>… That would be: <CTRL-B>:send-keys M-F2<ENTER> > This assumes that you are the default binding of CTRL-B for the tmux > "prefix" key. […] that you are using the default […] Thomas

