Merge pull request #42 from tildeclub/deepend-tildeclub-patch-1

add change by user redsun
This commit is contained in:
deepend-tildeclub 2022-02-20 11:09:42 -07:00 committed by GitHub
commit baf4e1a692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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
-----------