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

Disable ding sound #29

Open
gittyup2018 opened this issue Jun 15, 2022 · 2 comments
Open

Disable ding sound #29

gittyup2018 opened this issue Jun 15, 2022 · 2 comments

Comments

@gittyup2018
Copy link

gittyup2018 commented Jun 15, 2022

Hi,

There is an annoying ding sound when you press alt+any other key in a Neutron window. It does not happen in plain IE or any other application and played that sound in every example (Template,Simple,Images,Bootstrap)

Please tell me how can I disable this?

@SaifAqqad
Copy link
Contributor

I'm not sure if there's a way to disable the sound, but you can disable the alt shortcuts that you're using with the disabled_shortcuts object in neutron

@SaifAqqad
Copy link
Contributor

SaifAqqad commented Jun 16, 2022

Add the following to the disabled_shortcuts object

this.MODIFIER_BITMAP[this.VK_MENU]: {
    GetKeyVK("F"): true ; add more entries for each key you want to disable
} 

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

No branches or pull requests

2 participants