PWB CEF New Tab Question
Posted: Tue Oct 25, 2016 4:51 am
Hi Scott,
I realise that the [ContextMenu]OpenLinkTab and OpenLinkNew are IE based only but are there any alternate ways currently, or under development, to allow a user to specify that they want a link to open in a new tab or window. For example Chrome has both mouse and mouse/keyboard shortcuts for opening tabs or windows from links:
Thanks and best wishes,
Tim
I realise that the [ContextMenu]OpenLinkTab and OpenLinkNew are IE based only but are there any alternate ways currently, or under development, to allow a user to specify that they want a link to open in a new tab or window. For example Chrome has both mouse and mouse/keyboard shortcuts for opening tabs or windows from links:
Code: Select all
Action Shortcut
Open a link in a current tab (mouse only) Drag a link to a tab
Open a link in new background tab Ctrl + Click a link
Open a link, and jump to it Ctrl + Shift + Click a link
Open a link, and jump to it (mouse only) Drag a link to a blank area of the tab strip
Open a link in a new window Shift + Click a link
Tim