Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

[Windows] The error sound when trying to delete non-existent text is delayed #17

Open
kristoisberg opened this issue Oct 21, 2018 · 1 comment
Assignees
Labels
windows windows-specific issue

Comments

@kristoisberg
Copy link

Sometimes it's only delayed by a second, sometimes ten, but usually around five. I haven't figured out yet, what the delay depends on.

https://streamable.com/jfh7l

@Bios-Marcel Bios-Marcel added bug windows windows-specific issue labels Oct 21, 2018
@Bios-Marcel Bios-Marcel self-assigned this Oct 21, 2018
@Bios-Marcel
Copy link
Owner

Seems like it there isn't really a delay. It beeps on press and on release. However I can't quite find any information about how to disable the beep programatically. The only options right now are a own theme or simply disabling it system wide (which is probably the better choice anyway).

In order to disable the beep system wide, you gotta go to %USERPROFILE%/AppData/Local/gtk-3.0/ and create a file called settings.ini. In case the file didn't exist, simply paste this in there:

[Settings]
gtk-error-bell=0

However, if the file did already exist, simply add

gtk-error-bell=0

somewhere in the file.

@Bios-Marcel Bios-Marcel removed the bug label Oct 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
windows windows-specific issue
Projects
None yet
Development

No branches or pull requests

2 participants