You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't used to be the case I think like a year ago.
I suspect this is related to the fact that if you execute the shortcut (press the keys), then keypress and keydown events are not dispatched to the currently active tab, but keyup does. Try it:
An alternative is to use a different key (not space). Ctrl + Shift + X is meh. I think it's already occupied in Firefox. Though what's wrong with having them different in Firefox and Chromium?
The text was updated successfully, but these errors were encountered:
I didn't used to be the case I think like a year ago.
I suspect this is related to the fact that if you execute the shortcut (press the keys), then
keypress
andkeydown
events are not dispatched to the currently active tab, butkeyup
does. Try it:Workaround
Keep "Spacebar" down until the popup gets opened.
Solution
Should probably report this to Chromium or what?
An alternative is to use a different key (not space). Ctrl + Shift + X is meh. I think it's already occupied in Firefox. Though what's wrong with having them different in Firefox and Chromium?
The text was updated successfully, but these errors were encountered: