From f365c3db0fc6fc8b26b84a784935662e3f3763dc Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Tue, 15 Feb 2022 19:15:48 -0700 Subject: [PATCH] add change by user redsun --- wiki/source/faq.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wiki/source/faq.md b/wiki/source/faq.md index bda6dbf..e8b3533 100644 --- a/wiki/source/faq.md +++ b/wiki/source/faq.md @@ -65,6 +65,19 @@ Who are all these folks and what are they up to? - [who links to each other](http://tilde.club/~ford/social.html)? - [can you give me a blogroll](http://tilde.club/~_/)? +My function keys don't work in byobu! (I'm using PuTTY on Windows) +------------------------------------------------------------------ + +**TL;DR** +Change your Terminal->Keyboard->"The Function keys and keypad" setting to "XTerm R6". + +**Details** +I am using PuTTY 0.73 Windows 11, and could not get byobu hotkeys to work. Instead of creating or changing windows with F2, F3, and F4, the byobu command line would display a ~ every time I hit a a function key. The solution was to change my PuTTY settings for "XTerm R6" emulation. Now the Function keys work great, including F8! Note there are other articles out there that suggest using "VT100+" instead of "XTerm R6". Althought VT100+ helped out F2, F3, and F4, it *did not help F8* and some of the higher keys--that is where "XTerm R6" solved the rest. + +**References** +- [Function Key Fix at codeyarns.com](https://codeyarns.com/tech/2013-01-21-byobu-function-keys-do-not-work-in-putty.html) +- [byobu hotkey list at linuxsecrets.com](https://www.linuxsecrets.com/3326-byobu-commands) + Other links -----------