gdh1995 / vimium-c

A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
Other
3.17k stars 253 forks source link

Pop-up Menu Activation Issue #1149

Open domi413 opened 2 weeks ago

domi413 commented 2 weeks ago

Bug Report: Pop-up Menu Activation Issue

Description: The pop-up menu designed to be triggered (in my case) with the "L" key is not responding. The menu has to be opened using the mouse instead.

Screenshots:

...nothing happens after clicking "L"

gdh1995 commented 2 weeks ago

The button is not a standard clickable element - there's no obvious clue to tell Vimium C it's clickable.

You may need https://github.com/gdh1995/vimium-c/wiki/Add-or-remove-hints

clickable="[type=button]" may be enough.

domi413 commented 1 week ago

i added map f LinkHints.activate clickable="[type=button]" to the "custom key mappings" but it doesn't seem to work

gdh1995 commented 6 days ago

Confirmed. Sorry it does fail on chatgpt pages with Vimium C v1.99.xxx.

Vimium C v2.x will fix this issue, and then clickable="[type=button]" will work.