Change an option in Opera dialog automatically
Sunday, October 4, 2009 3:17:06 AM
Some of us change an option in particular Opera dialog always and it can be done automatically with the help of following action codes.
| Action | Description |
|---|---|
| Cycle to next page | Activates next tab |
| Cycle to previous page | Activates previous tab |
| Focus next widget | Focuses next item |
| Focus previous widget | Focuses previous item |
| Next item | Focuses next item in dropdown list |
| Previous item | Focuses previous item in dropdown list |
| Focus next radio widget | Selects next ratio button |
| Focus previous radio widget | Selects previous ratio button |
| Check item | Enables checkbox |
| Uncheck item | Disables checkbox |
| Show dropdown | Shows dropdown list |
| Close dropdown | Closes dropdown list |
| Click button | Clicks button or changes state of checkbox |
| Click default button | Clicks default highlighted button |
| Select item | Selects an item |
| Go to start | Focuses first item in a list |
| Go to end | Focuses last item in a list |
| Delay, X | Delays next action for X milliseconds |
Following examples are for modifying menu configuration but you can use them in keyboard shortcuts or mouse gestures.
Example 1: Enable "Open pop-ups in background" and "Enable content blocking" in site preferences dialog
Under [Document Popup Menu] section replace
Item, M_EDIT_SITE_PREFERENCES = Edit site preferenceswith
Item, M_EDIT_SITE_PREFERENCES = Edit site preferences & Focus next widget & Show dropdown & Previous item & Select item & Cycle to next page & Cycle to next page & Focus next widget & Focus next widget & Focus next widget & Focus next widget & Check item
The above code has 12 actions in the following order and animation shows functioning of code.
- Edit site preferences
- Focus next widget
- Show dropdown
- Previous item
- Select item
- Cycle to next page
- Cycle to next page
- Focus next widget
- Focus next widget
- Focus next widget
- Focus next widget
- Check item

Functioning of code
Site preferences dialog can be closed automatically by adding the following at the end of above code.
& Click default button
Example 2: Enable "Open tabs inside current window" in manage sessions dialog
Under [Browser Session Menu] section replace
Item, M_BROWSER_SESSION_MENU_MANAGE = Select session, -1with
Item, M_BROWSER_SESSION_MENU_MANAGE = Select session, -1 & Focus previous widget & Focus previous widget & Click button & Focus next widget & Focus next widget
Example 3: Enable "Detailed Options" in delete private data dialog
Under [Browser Tools Menu] section replace
Item, MI_IDM_CLEAR_PERSONAL_INFORMATION = Delete private datawith
Item, MI_IDM_CLEAR_PERSONAL_INFORMATION = Delete private data & Focus previous widget & Click button
The above can be also accomplished by modifying dialog.ini file.









Charles SchlossChas4 # Sunday, October 4, 2009 3:21:13 AM
Edit:
Angelikiellinidata # Sunday, October 4, 2009 3:57:09 AM
it will take sometime for me to digest but trust me I will be back again and again till I get all of them
lucideer # Sunday, October 4, 2009 4:10:01 AM
Now all we need is someone to develop a recorder...
dirkthetomster # Sunday, October 4, 2009 8:12:29 AM
Mağruf ÇolakoğluZAHEK # Sunday, October 4, 2009 10:22:50 AM
Sarah angel292005 # Sunday, October 4, 2009 1:55:32 PM
KarenNerak # Tuesday, October 6, 2009 5:04:01 PM
Originally posted by Chas4:
Tamil # Tuesday, October 6, 2009 11:05:10 PM
Charles SchlossChas4 # Tuesday, October 6, 2009 11:51:35 PM
KarenNerak # Wednesday, October 7, 2009 12:25:54 AM
endless lovepersianweblog # Saturday, October 10, 2009 9:55:43 AM
NibelungT # Friday, October 16, 2009 6:10:41 PM
KimberlySqueakeyCat # Saturday, October 17, 2009 5:21:12 PM
plz help, ty
Tamil # Saturday, October 17, 2009 5:34:30 PM
Originally posted by SqueakeyCat:
You have to add CSS code for each user as shown below in your custom style sheet page..comment-by a[href='/Tamil/']:after { content:url(http://my.opera.com/community/graphics/smilies/monkey.gif); padding-left:4px; display:inline-block; vertical-align:middle; }Originally posted by SqueakeyCat:
You have upload icons for tags.KimberlySqueakeyCat # Saturday, October 17, 2009 5:58:08 PM
thanks for all your help with things
Strathos # Sunday, October 25, 2009 9:24:44 AM
Set visibility, "Advanced_group", 1
On [Bookmark Folder Menu] I've got
Unregistered user # Saturday, March 6, 2010 8:56:54 PM
Tamil # Sunday, March 7, 2010 8:58:46 AM
Tamil # Thursday, January 20, 2011 12:08:50 AM
experttease # Thursday, January 20, 2011 11:48:25 AM
edit1: OK, I put it as the action next to the shortcut: ctrl shift e, as I was doing before, and it composes an email, but it doesn't quote the address in the address bar. What have I done wrong?
Tamil # Thursday, January 20, 2011 11:52:14 AM
experttease # Thursday, January 20, 2011 12:03:13 PM
edit: in the context menu on a web page there's the option "send link by mail". is it possible to include the F8 function in the automation?
Tamil # Thursday, January 20, 2011 12:15:44 PM
Originally posted by experttease:
It is for sending current page link.Create a new keyboard shortcut under application section with the following action.
experttease # Thursday, January 20, 2011 12:34:37 PM
Tamil # Thursday, January 20, 2011 2:00:12 PM
Unregistered user # Saturday, July 23, 2011 3:08:30 AM
Unregistered user # Wednesday, April 25, 2012 4:58:20 AM