We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
Some downtime and service disruptions may be experienced.
Thanks in advance for your patience.
Ctrl+Enter
-
I have a question about Ctrl+Enter.
I know it's used for Domain Expansion in the Address Bar, a setting which I have disabled.
I can't find any other reference to this shortcut, but when I have a folder selected in the Bookmark Manager and press Ctrl+Enter, every bookmark in that folder is opened in a background tab.
Is there some way to disable this? -
@AllanH Ctrl is the modifier to open in links and tabs in background. As i know that can not be changed.
You ant to disable Ctrl+Return or Ctrl+Enter in Bookmark Manager page? -
Yes, I would like to disable it.
If it only worked for an individual bookmark, that would be fine, but I would never want to open every bookmark in a folder with Ctrl+Enter. -
@AllanH I would use external software like Autohotkey and create a script which disables Ctrl+Return for vivaldi.exe
Untested:#HotIf WinActive("ahk_exe vivaldi.exe") ^Enter:: return
See more at https://www.autohotkey.com/docs/v2/misc/Remap.htm
//EDIT:
This disables Ctrl+Return completely. Fine, if you do not what to use.
But i do not know, how to disable only for bookmark manager/panel. The Autohotkey can detect tab title of Vivaldi window, but i do not know how to program this AHK language. -
Thanks for that information. Using Autohotkey is a good option.
Another option:
I changed the keyboard shortcut to delete browsing data to Ctrl+Delete, and sometimes I use it while in the Bookmark Manager. I suppose I should stop doing that and I won't accidentally open a folder of bookmarks. -
Do you need more help?
-
No thanks.
I set up a shortcut to Autohotkey with the script you provided. It's working fine. -
@AllanH Nice to read your positive answer.