M2: Command to open (view message) from list in right clik menu
-
A Former User last edited by
I would like to edit the menu when I right click on an item in the received list for example, to include open. Anyone knows if there is a command for this? Thanks.
-
emc last edited by
Hope you know where to find you index.ini file in which this file is for setting the M2 right click menu.
I have a setting as below
In the index.ini file, look up this : ' [Mail Item Popup Menu] '
insert the below line under this [Mail Item Popup Menu]
insert this:
=Duplicate page & View messages from selected contact & Set mail view type, 0 & go to end
you can modify this string to your need.
Thank you very much.
edmond. -
A Former User last edited by admin
Hope you know where to find you index.ini file in which this file is for setting the M2 right click menu.
I have a setting as below
In the index.ini file, look up this : ' [Mail Item Popup Menu] '
insert the below line under this [Mail Item Popup Menu]
insert this:
=Duplicate page & View messages from selected contact & Set mail view type, 0 & go to end
you can modify this string to your need.
Thank you very much.
edmond.Thanks, but not exactly what I was looking for. I did think about it for a while and figured out that all I needed to do is emulate the enter key. Fortunately I knew how to do it as member stng taught me how to do it for another project I had to add "paste and go" to the search field menu in this thread: https://forums.opera.com/topic/6670/opera-12-17-how-to-edit-search-field-pop-up-menu/14
So since I already had nircmd installed I wrote this line: Item, "Open"=execute program,"c:windows\nircmd.exe","sendkeypress enter"
Works like a charm. So having tested it on my laptop I installed nircmd on my 8 inch windows tablet. The tablet is the reason I wanted to do this as I find press and hold to get a menu less awkward than double tapping on an item.
I am really liking the editing stuff, it makes this browser way more productive and easy to use, I can't imagine using any browser that doesn't allow this kind of editing. Thanks to all for your help
-
A Former User last edited by admin
Hope you know where to find you index.ini file in which this file is for setting the M2 right click menu.
I have a setting as below
In the index.ini file, look up this : ' [Mail Item Popup Menu] '
insert the below line under this [Mail Item Popup Menu]
insert this:
=Duplicate page & View messages from selected contact & Set mail view type, 0 & go to end
you can modify this string to your need.
Thank you very much.
edmond.Thanks, but not exactly what I was looking for. I did think about it for a while and figured out that all I needed to do is emulate the enter key. Fortunately I knew how to do it as member stng taught me how to do it for another project I had to add "paste and go" to the search field menu in this thread: https://forums.opera.com/topic/6670/opera-12-17-how-to-edit-search-field-pop-up-menu/14
So since I already had nircmd installed I wrote this line: Item, "Open"=execute program,"c:windows\nircmd.exe","sendkeypress enter"Works like a charm. So having tested it on my laptop I installed nircmd on my 8 inch windows tablet. The tablet is the reason I wanted to do this as I find press and hold to get a menu less awkward than double tapping on an item.
I am really liking the editing stuff, it makes this browser way more productive and easy to use, I can't imagine using any browser that doesn't allow this kind of editing. Thanks to all for your help -
emc last edited by
Seems you get what you want ( by Nircmd )
If still stuck , you can ask.
Thank you very much.
Edmond.