akhodakivskiy / VimFx

Vim keyboard shortcuts for Firefox
https://addons.mozilla.org/firefox/addon/vimfx
Other
1.42k stars 174 forks source link

hotkeys mapping for website button #976

Closed Major-Cdompet closed 2 years ago

Major-Cdompet commented 2 years ago

Is there way I could map some keys for pressing a specific button on a website using vimium? For example, I would like to use "ctrl+s" to press the button "submit new issue", can we do this? If not, let me know if there is some other chrome extension available for this?

girst commented 2 years ago

Is there way I could map some keys for pressing a specific button on a website using vimium?

this extension is called vimfx, not vimium.

For example, I would like to use "ctrl+s" to press the button "submit new issue", can we do this? If not, let me +know if there is some other chrome extension available for this?

you can program a custom command. see the documentation sections config file and api. however, that is pretty advanced and you will have to do this yourself.

Major-Cdompet commented 2 years ago

Acknowledged. Thanks.

girst commented 2 years ago

On Wed, Jun 29, 2022 at 01:49:39AM -0700, Major-Cdompet wrote:

Is there way I could map some keys for pressing a specific button on a website using vimium?

this extension is called vimfx, not vimium.

For example, I would like to use "ctrl+s" to press the button "submit new issue", can we do this? If not, let me know if there is some other chrome extension available for this?

you can program a custom command. see the documentation sections config file and api. however, that is pretty advanced and you will have to do this yourself.