Dahan Gong
Dahan Gong
`` is a kind of Vimium-C-only key names, and it won't represent any real key name on a real keyboard. It's designed to solve name resolutions in mappings like `mapKey`...
``` map openUrl mask \ url="javascript:var\u0020a=document.querySelector('video');a.currentTime+=$c*5" run q -jump run e jump ```
BTW, for any other interested users: `run q -jump` may only work since Vimium C v1.99.0 (on 22/08/12, it's available on Firefox Add-Ons and Chrome Web Store, but not MS...
When you find some keys don't work, then will other key mappings of Vimium C work yet?
What about adding a blank line between those key mappings and click `Save Options`? Will keys work then? What's your keyboard layout, input language and input method (IME)? If you...
The mappings above use `var a=document.querySelector('video')`, so if a web page has more than one `` element, then it may select one which you don't expect. So here's a better...
Oh, it's because some ``s like twitter's are not focusable, when they don't have native control bars. Then it requires a new mapping rule to make videos "focusable": ``` #...
I'm sure both the two mappings work - they do show hints for `` elements, if only you press `F` (note it's not `f` but `F` ), and then following...
And as said in https://github.com/gdh1995/vimium-c/issues/680#issuecomment-1195537736 , twitter shows extra transparent rectangles over videos, so with `map F LinkHints.activateHover toggle={"video":"+[tabindex=0]"} \ $then="LinkHints.click#direct=hovered"` you'll need to select a correct hint mark -...
Seems to need a command option to skip collapsed groups. Um, then what behavior will you expect for commands like `moveTabLeft` ?