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?
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?