I'm trying to remap the f key to another key on YouTube in Vimium because it conflicts with the full screen native shortcut. Ideally, it would only work for YouTube and/or other video player websites, but, at any rate, I'm trying to understand why adding something like:
map u f # or maybe `map f u`?
doesn't work globally. I've tried many other variations but nothing really worked. I think that the more proper way for this extension would be something like map f showShortcuts
, but I don't know where to find a complete index for the correct showShortcuts
types of commands.
So, does anyone know how to do this the correct way? Where can I find an exhaustive index of commands?
Maybe someone else has a better way of doing this, I don't know, but here it goes...
map
function apparently doesn't accept key
-key
parameters, it is set to redirect to commands: map key command
.So, following specially the last point, we get to your answer:
map u LinkHints.activateMode
map U LinkHints.activateModeToOpenInNewTab