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

ModCode.Ctrl + Code.N Not Working #24

Open
yeganehaym opened this issue May 23, 2024 · 1 comment
Open

ModCode.Ctrl + Code.N Not Working #24

yeganehaym opened this issue May 23, 2024 · 1 comment

Comments

@yeganehaym
Copy link

i have added this codes:

.Add(ModCode.Ctrl, Code.B,Create , new HotKeyOptions())
        .Add(ModCode.Ctrl | ModCode.Shift, Code.N, CreateIrregular, new HotKeyOptions());

none of them not Working and open new window in chrome browser for example
but if i change the letter from N to something else like B working

@jsakamoto
Copy link
Owner

Unfortunately, I believe that not working of handling Ctrl + Shift + N key events is a limitation on Chromium browsers.

See also: https://stackoverflow.com/questions/13408233/event-binding-ctrl-shift-n-in-chrome

Therefore, nobody must be able to handle Ctrl + Shift + N keyboard events even if they try it with a JavaScript code. There must be nothing what we can do. 😭

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