Replies: 3 comments 3 replies
-
|
You can either bind the vimium command Or you could go into insert mode (default: Another way to get the default full screen mapping that many sites like YouTube, Twitch, etc. have implemented work with Vimium would be to either fully unmap Edit: Just to clarify - with Vimium you can't just arbitrarily "remap" page functionality like video player full screen mode. You can either use the keybindings that the underlying page provides by bypassing Vimium's key handling as described above or you could use the Vimium link hints with |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Why this matters
But there’s no way to do something like: map f LinkHints.activate
map g sendKey f # forward “f” to the pageThis would be incredibly useful for cases where:
Proposed syntax map g sendKey for map g passThrough(f)which would cause Vimium to synthesize and dispatch a key event for f to the active page.
|
Beta Was this translation helpful? Give feedback.
-
|
@philg-dev |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am new to this extension, so I don't know how I could to set a new map for full screen, for example in youtube. In browser, with out Vimium it would be
f, but now with Vimium enabled it is no longer the case. My question is, how to map full screen mode for videos to something else, for example<C-f>?Beta Was this translation helpful? Give feedback.
All reactions