Skip to content
New issue

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

How to remove the beep sound in WindTerm #654

Open
zhaocai-clover opened this issue Apr 13, 2022 · 2 comments
Open

How to remove the beep sound in WindTerm #654

zhaocai-clover opened this issue Apr 13, 2022 · 2 comments
Assignees
Labels
feature New feature

Comments

@zhaocai-clover
Copy link

it makes a little beep by default when i hit certain keys

@kingToolbox
Copy link
Owner

This is triggered by the server via a BEL control character. I will provide a switch option in the next 2.5.0 version to let you turn off this sound. And you can temporarily turn off this sound by following the steps below.

  • Find the corresponding configuration file according to your session's Term, for example, if Term is xterm-256color, then the file is WindTerm_installed_path/terminal/terms/xterm-256color.term.
  • Change the line:
    | (?<IgnoreControlCharacter> [\\x01-\\x04\\x06\\x10-\\x1a\\x1c-\\x1f]) # SOH, STX, ETX, EOT, ACK, DLE, DC1, DC2, DC3, DC4, NAK, SYN, ETB, CAN, EM, SUB, FS, GS, RS, US
    to:
    | (?<IgnoreControlCharacter> [\\x01-\\x04\\x06\\07\\x10-\\x1a\\x1c-\\x1f]) # SOH, STX, ETX, EOT, ACK, DLE, DC1, DC2, DC3, DC4, NAK, SYN, ETB, CAN, EM, SUB, FS, GS, RS, US

If you have any question, please tell me, thank you.

@kingToolbox kingToolbox self-assigned this Apr 13, 2022
@kingToolbox kingToolbox added the feature New feature label Apr 13, 2022
@zhaocai-clover
Copy link
Author

thx!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants