Old Opera mouse command to open mail in thread view and in new tab
-
emc last edited by
Hi,
What would the command when I am in right click context menu :
< WHEN IN MAIL PANEL, IN FLAt VIEW >
To hight-light a email, choose this mail to open it in a new tab , and turn into thread view.Thank you !
Edmond.
-
stng last edited by
You can't use mouse gesture commands in Opera's context menu.
Try this menu item:
Item, "Open message and set thread view"=Click button,,,,"Mail Accounts" & Set mail view type, 0 & Delay,500 & Execute program, "c:\windows\nircmd.exe","sendkeypress enter" & Delay,1000 & Set mail view type, 1
-
emc last edited by
stng, thank you !
-
Those are for me a little bit higher lever to understand.... "Open message and set thread view"=Click button,,,,"Mail Accounts"
-
I know this : Set mail view type, 0 & Delay,500 & Execute program, "c:\windows\nircmd.exe","sendkeypress enter" & Delay,1000 & Set mail view type, 1
-
But my nircmd no longer work in winddow 8.1
I am in the M2 panel, message view is flat view all the time in default , message view is left ( list ) and right ( mail body )
I would like to issue a keyboard cut so that I can trigger ( i ) the highlighted mail during in flat view , ( ii ) clone the same flat view tab, so that I have 2 tabe the same mail list view in flat view, ( iii ) the high-light mail trigger in thread view.
Thank you !
edmond. -
-
stng last edited by
I am in the M2 panel, message view is flat view all the time in default , message view is left ( list ) and right ( mail body )
I would like to issue a keyboard cut so that I can trigger ( i ) the highlighted mail during in flat view , ( ii ) clone the same flat view tab, so that I have 2 tabe the same mail list view in flat view,Unfortunately, flat and thread views can't be active simultaneously.
-
Use this action macros to clone mail tab and switch to the thread mode:
Duplicate page & Set mail view type, 1 -
Use this action macros for fast switch of the view mode (thread/flat):
Set mail view type, 1 | Set mail view type, 0
-