Comment 0 for bug 1814466

Revision history for this message
Maciej Leśniewski (leshniak) wrote :

There is no way to bypass a single F-key to trigger the native action, you have to turn on/off byobu-tmux keybindings to use midnight commander for example.
So I want to share my solution for it that could be included in byobu:

bind-key F1 send-keys F1
bind-key F2 send-keys F2
bind-key F3 send-keys F3
bind-key F4 send-keys F4
bind-key F5 send-keys F5
bind-key F6 send-keys F6
bind-key F7 send-keys F7
bind-key F8 send-keys F8
bind-key F9 send-keys F9
bind-key F10 send-keys F10
bind-key F11 send-keys F11
bind-key F12 send-keys F12

Now you can use <prefix> F# without disabling byobu key bindings to trigger single action.