-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTRL+Click Issue and Tools Menu Issue #701
Comments
Do you have any other quick menu opening options enabled?
Where are you increasing the size to 200%? I cant recall if there's a separate option for just the tools menu size. You may need to use some CSS in CS Options -> General -> User styles If you are using one of the "modern" themes, the default CSS scales the icons down to 75%. If you want to set them the same size as the rest of the quick menu icons, i think you can use... #toolBar .tile {
transform:scale(1);
} |
That did the trick for the trick. Thanks :-) |
I think I fixed. I just unchecked the Simple Click Option and it worked. Thanks a lot :-) Here are another two questions if you don't mind using this same thread, otherwise I will open a new one 1 - Is there a way to choose between horizontal and vertical SEPARATORS? 2 - Is there a method by which I can select which search engines shall be exclusive to the Quick Menu, while all search engines shall remain integral to the Context Menu? The Reason is that I want to use the Quick Menu for the ones I use more often but keep all in the Context Menu for when I need eventually. |
No, the way the layout is done won't allow for vertical separators like that.
No, but I've been toying with that idea for a long time. I think the menu should be more customizable, like Page TIles, where you can set the menu size and only show the engines you want, not the whole list. The problem is implementing it at this point in development. It's going to take some overhaul that I haven't found the time to do yet. Eventually, this will be the case though. |
Hello,
CTRL+Click Issue: I have the Quick Menu setup to popup in AUTO and when I select a word, however every time I CTRL+Click a link in a webpage it opens the Quick Menu when the expected behavior should be to open the link in a second TAB. Unfortunately, I couldn't find where I can disable that option.
Tools Menu Issue: I couldn't find a way to increase the size of the Tools Menu. I did increase it to the Max (200%) but still seems a bit small to me :-)
The text was updated successfully, but these errors were encountered: