Dahan Gong

Results 737 comments of Dahan Gong

According to https://support.google.com/chrome/answer/157179#zippy=%2Cwebpage-shortcuts , on macOS `⌘ + Ctrl + f` will also toggle full-screen mode.

Not work, because it's a different "fullscreen element" mode.

Hello, Vimium C v1.99.99 has supported a new command of `toggleWindow` to do so: ``` # toggle between "normal" and "maximized" map x1 toggleWindow # restore window state to "normal"...

Sorry I may not understand all of your comment successfully. If you want to switch selection among multiple matches, you may use `Ctrl+J` / `Ctrl+K` when the Find HUD is...

I agree with @shynekomaid . `yv` (`LinkHints.activateSelect`) can be used to create a selection quickly, and then in Visual Mode `c` can turn to VisualMode's "caret mode". If you want...

Sorry this "conflict" happens "by design" and there's no way to turn off it easily. The root cause is: 1. Vimium C "needs to know" what words, links and buttons...

No. I think in most situations Vimium C should avoid being affected by web pages. So it always use its own key mappings. You may implement a independent shortcut solution...

LinkHints does use link text to filter hints; but the basic "key mapping" won't, so that a user can always trust Vimium C and know what a key will do...

Most code of LinkHints's `filter text mode` is in `content/hint_filters.ts`. But, what do you want? If you want `vimium_keypress="ai"` to be used by Vimium C in normal mode to trigger...

Um, maybe we have different meanings when we said "normal mode"? Let me ask in another way: - do you want to press SLD to click a link without LinkHints...