Dahan Gong
Dahan Gong
Um, could you view `about:support` on Firefox, and then search for `Window Protocol`? I guess Firefox just enabled a new logic to enable wayland by default. On my Firefox 105...
**Update**: @Invertisment Oh I just noticed `MOZ_USE_XINPUT2=1` will also prevent the keyboard repeating status. And `MOZ_USE_XINPUT2=0` will solve this. **Update 2**: see https://github.com/philc/vimium/issues/3386#issuecomment-553327296
+1: I also reproduced this. (Here is just a mark for me to follow this issue).
In my memory, no Javascript can be run when a `` is open... Am I wrong on latest versions of Chrome / Firefox?
I mean JS code won't receive "keydown" events when a `` is open, so JS code can not respond on user keys .
Chrome doesn't allow Vimium to run on URLs of `chrome://`, `https://chrome.google.com/*` and `about:*`.
As far as I know, the new scripting API doesn't accept dynamic code - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/scripting/executeScript says only JS files and functions in an extension package can be executed.
#3170 is also expecting this.
@afilp you may try Shift+Delete to delete a tab/history item on Vomnibar of Vimium C.
We can add support for `mapkey` to Vomnibar, and Shift+Delete can be the default, so users can use whatever they like to do so. There's a similar issues named `question:...