Toolbelt.Blazor.HotKeys2 icon indicating copy to clipboard operation
Toolbelt.Blazor.HotKeys2 copied to clipboard

ModCode.Ctrl + Code.N Not Working

Open yeganehaym opened this issue 1 year ago • 1 comments
trafficstars

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

yeganehaym avatar May 23 '24 10:05 yeganehaym

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. 😭

jsakamoto avatar May 25 '24 13:05 jsakamoto