We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如 htop 命令,我想要退出一般按 F10 即可退出,但没有反应,只能在屏幕上点击退出
htop
F10
相同的主机,使用 XShell 操作就没问题
另外附上主机操作系统、htop 版本信息:
➜ ~ htop -V htop 3.2.2 ➜ ~ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
The text was updated successfully, but these errors were encountered:
这可能与没有配置键盘映射有关,我会尝试解决这个问题。
https://github.com/TermoraDev/termora/blob/main/src/main/kotlin/app/termora/terminal/KeyEncoderImpl.kt
Sorry, something went wrong.
这可能与没有配置键盘映射有关,我会尝试解决这个问题。 https://github.com/TermoraDev/termora/blob/main/src/main/kotlin/app/termora/terminal/KeyEncoderImpl.kt
OK 感谢🙇
feat: 支持 F1-F12 功能键 (#8)
792e48d
568962d
已在 1.0.1 版本中修复
No branches or pull requests
比如

htop
命令,我想要退出一般按F10
即可退出,但没有反应,只能在屏幕上点击退出相同的主机,使用 XShell 操作就没问题
另外附上主机操作系统、
htop
版本信息:The text was updated successfully, but these errors were encountered: