ssborbis / ContextSearch-web-ext

Search engine manager for modern browsers
354 stars 37 forks source link

middle click to open menu #646

Closed Bhaalspawn closed 1 year ago

Bhaalspawn commented 1 year ago

i'm trying different way to open the menu and i like middle click, but 1 - Menu is opnening even when text is not select but just clicking on something (and i click on links with middle button) 2 - when clicking with middle button to open menu, normal actions that needs middle click should be prevented: actions like scrolling icon appearing (when clicking on normale text) and link openings (when clicking on links). That's also why fix point 1 is important so i can i use regular middle click actions if i don't select anything and i get the menu when i slect text.

ssborbis commented 1 year ago

You may check on the hidden options

    "quickMenuPreventLinksOnMiddleButton": true,
    "quickMenuPreventScrollOnMiddleButton": true,
ssborbis commented 1 year ago

Also, you may need to disable the Anywhere option

image

Bhaalspawn commented 1 year ago

the problem is that disabling anywhere, it doesn't for me at all (normal click.....long click works)

what are the hidden options?? i have "advanced" tab but i can't see the ones you say

Immagine 2023-06-13 194443

ssborbis commented 1 year ago

what are the hidden options?? i have "advanced" tab but i can't see the ones you say

image

Bhaalspawn commented 1 year ago

ok it worked but for standard users it's not easy to edit setting in this way. "advanced" menu is ok but "hidden".....

ssborbis commented 1 year ago

The advanced menus are being reworked, so they'll be perhaps less confusing in the future. It's a slow roll-out though, so nothing soon.