Skip navigation.

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

Posts tagged with "Keyboard Shortcut"

How to open new tab with homepage in Opera?

, , , ...

Few users want to open new tab with homepage instead of Speed Dial and it can be accomplished by combining actions.

Keyboard shortcut

If you don't know how to edit keyboard shortcut see this. Change the action for keyboard shortcut, t ctrl in Application section to the following.

New page, 1 & Go to homepage

Mouse gesture

If you don't know how to edit mouse gesture see this. Change the action for mouse gesture, GestureDown in Application section to the following.

Open link in new page | New page & Go to homepage

Button

Drag & drop New tab button next to new tab button and then delete old new tab button.

Don't delete new tab button first.

Full screen mode with toolbars in Opera

, , , ...

Opera full screen mode with tab bar & address bar
Full screen mode with tab bar & address bar

By default, full screen mode doesn't have any toolbars but you can enable them by

  • using following full screen buttons
  • modifying action for keyboard shortcut, F11
  • modifying right click full screen menu item action Enter fullscreen | Leave fullscreen under [Document Popup Menu]
  • creating a new mouse gesture in Application section

Full screen with Action code for keyboard shortcut or mouse gesture! Button#
without scroll bar with scroll bar
Tab bar Leave fullscreen | Enter fullscreen & View page bar, 6 Full Screen Full Screen
Address bar Leave fullscreen | Enter fullscreen & View address bar, 6 Full Screen Full Screen
Status bar Leave fullscreen | Enter fullscreen & View status bar, 6 Full Screen Full Screen
Tab bar & Address bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View address bar, 6 Full Screen Full Screen
Tab bar & Status bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View status bar, 6 Full Screen Full Screen
Address bar & Status bar Leave fullscreen | Enter fullscreen & View address bar, 6 & View status bar, 6 Full Screen Full Screen
Tab bar, Address bar & Status bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View address bar, 6 & View status bar, 6 Full Screen Full Screen

! If you want scroll bar in full screen mode, add & Delay, 10 & Enable scroll bars to the end of action code.
# To add, drag & drop button to a toolbar and accept confirmation message.

  • Opera won't show address bar and status bar in inactive tabs.
  • It is not possible to show panel toggle at the edge of the window in full screen mode.

Update: 2009: Feb 2 & 15

Opera Launcher

, , , ...

Opera Launcher was created using AutoHotkey. It can

Download (size < 210 KB), unzip, place OperaLauncher.exe inside Opera installation directory, C:\Program Files\Opera and run it to launch Opera. The following settings dialog will be shown when you run it first time.

Opera Launcher settings dialog
Opera Launcher settings dialog

Keystrokes
Keystrokes can be used to perform an action after starting Opera. ^=Ctrl, !=Alt and +=Shift

Examples:

Action Keyboard Shortcut Keystrokes
Enter fullscreen F11 {F11}
Hide Opera Ctrl+Alt+Shift+H ^!+h
New tab Ctrl+T ^t
Minimize Opera Alt+Space+N !{Space}n

Restart
Use Restart Opera button! or create new keyboard shortcut/mouse gesture in application section with the following action.

Execute program, "C:\Program Files\Opera\OperaLauncher.exe", "/ro"

! If your path to OperaLauncher.exe is different change it in toolbar configuration file after closing Opera.

Restore bookmarks/notes
To restore previous version of bookmarks/notes file, close Opera, move previous version of opera6*.adr/notes*.adr from profile\backups directory to profile directory and rename it to opera6.adr/notes.adr.

Changelog
Date Changes
Oct 24, 2009
  • Option to change Speed Dial background image automatically.
  • Added help button.
Jul 23, 2009
  • Option to hide Opera title bar. Thanks to lunigma.
  • Opera restart.
May 11, 2009
  • Updated for Opera 10.00 Alpha Build 1413.
  • Performance improvements.
  • Tray icon balloon error message.
  • Transparent icon.
Feb 23, 2009
  • Option to delete old backup files. To disable, set it to 0.
  • Sessions backup will be created every time Opera starts.
Feb 10, 2009 Didn't empty temporary download directory in non-English versions of Windows. Fixed.
Feb 8, 2009
  • Command line parameters passed to Opera. Thanks to itcpeter.
  • Updated for Opera 10.00 Alpha Build 1139.
  • Opera Launcher can be placed anywhere, but path to Opera Installation Directory should be added in OperaLauncher.ini file.
Jan 8, 2009 Option to send keystrokes.
Nov 26, 2008 Option to empty temporary download directory.
Nov 23, 2008 Initial release.

How to delete typed-in addresses without affecting history in Opera?

, , , ...

To delete all typed-in addresses
You can use "Clear history of visited pages" option in "Delete private data" dialog but it will delete history. To delete typed-in addresses without affecting history, use anyone of the following.

  • Drag & drop Clear Typed-in button to any toolbar.
  • Create new keyboard shortcut in Application section with action Clear typed in history
  • Add "Clear Typed-in" button to "Delete private data" dialog.

Opera Typed-in Addresses
Typed-in addresses

To remove a (mis)typed-in address

  1. Click this & note path to Opera directory.
  2. Close Opera.
  3. Open typed_history.xml in any text editor from Opera directory. (opera.dir for versions below 9.60)
  4. Remove the line containing unwanted entry & save. (For versions below 9.60, don't delete first line as it contains number of typed-in addresses. There is no need to edit first line because Opera will update it automatically.)

opera.dir
To remove digg.com entry, delete digg.com line in opera.dir file using any text editor

Update: Oct 8, 2008

Auto-hide toolbars in Opera

, , , ...

You can auto-hide any toolbar in Opera after enabling it via keyboard shortcut or mouse gesture or button.

Buttons

You can add buttons to any toolbar (main bar, tab bar, address bar, navigation bar, view bar, status bar, start bar or panels) except menu bar & personal bar simply by dragging button links to required place. Clicking on the button links without dragging will add the buttons to Tools → Appearance → Buttons → My Buttons for later use.

When you try to add a button, a dialog box with following message will popup. Press OK to add button.

Adding new button with action

[Action]

Do you want to proceed?
To remove a button, right-click on it and select Remove From Toolbar.

You can find several custom buttons in Opera Wiki and TTT-Buttons.

Keyboard shortcuts / Mouse gestures

Create new keyboard shortcuts or mouse gestures in Application section with following action codes.

Toolbar Action code for keyboard shortcut or mouse gesture Button
Short Long name
Menu bar Enable menu bar & Delay, 12000 & Disable menu bar MB Menu Bar
Main bar View main bar, 6 & Delay, 10000 & View main bar, 0 Ma Main Bar
Personal bar View personal bar, 6 & Delay, 12000 & View personal bar, 0 PB Personal Bar
Tab bar View page bar, 6 & Delay, 10000 & View page bar, 0 TB Tab Bar
Address bar View address bar, 6 & Delay, 10000 & View address bar, 0 AB Address Bar
Navigation bar View navigation bar, 6 & Delay, 10000 & View navigation bar, 0 NB Navigation Bar
View bar Set alignment, "Document view toolbar", 6 & Delay, 8000 & Set alignment, "Document view toolbar", 0 VB View Bar
Status bar View status bar, 6 & Delay, 12000 & View status bar, 0 SB Status Bar

To modify auto-hide time, change Delay, X value (time in milliseconds) in above code. You have to edit Toolbar Configuration file to modify button name or delay value.

To hide/show a toolbar without auto-hide use the following.

Toolbar Action code for keyboard shortcut or mouse gesture Button
Short Long name
Menu bar Enable menu bar | Disable menu bar MB Menu Bar
Main bar View main bar, 6 | View main bar, 0 Ma Main Bar
Personal bar View personal bar, 6 | View personal bar, 0 PB Personal Bar
Tab bar View page bar, 6 | View page bar, 0 TB Tab Bar
Address bar View address bar, 6 | View address bar, 0 AB Address Bar
Navigation bar View navigation bar, 6 | View navigation bar, 0 NB Navigation Bar
View bar Set alignment, "Document view toolbar", 6 | Set alignment, "Document view toolbar", 0 VB View Bar
Status bar View status bar, 6 | View status bar, 0 SB Status Bar

If you drag & drop buttons with short name to a toolbar from Tools → Appearance → Buttons → My Buttons, space will be added to button name.

Update:
Jul 1, 2008
Mar 12, 2009

Update Opera custom keyboard setup/menu setup/mouse setup/language/dialog files using WinMerge

, , , ...

Updating customized keyboard setup/menu setup/mouse setup/language/dialog files manually is cumbersome and time consuming. You can use file comparision software (Windows: Freeware WinMerge or shareware Beyond Compare, Linux: Meld) to visualize difference and update custom setups easily.

The default keyboard setup, menu setup, mouse setup, dialog files are standard_keyboard.ini, standard_menu.ini, standard_mouse.ini & dialog.ini respectively inside ui folder (defaults for versions below 10) in Opera installation directory.

Your custom files will be inside keyboard, menu & mouse folders in your profile.

Load your setup file and corresponding default file in file comparision software, compare them and update your files.

Opera standard_menu.ini compared with custom menu file using Beyond Compare.
Opera standard_menu.ini compared with custom menu file using Beyond Compare.

Opera standard_menu.ini compared with custom menu file using Winmerge.
Opera standard_menu.ini compared with custom menu file using Winmerge.

Update: Aug 2, 2009

.net & .org address completion in Opera

,

.com address completion was introduced in Opera 9 by using Ctrl+Enter keyboard shortcut.

You can complete .net by using Shift+Enter and .org by using Ctrl+Shift+Enter keyboard shortcuts by adding two more keyboard shortcuts.

Create new keyboard shortcuts in Advanced > Address Dropdown Widget with the following.

enter shift = Autocomplete server name, "http://www", "net"
enter ctrl shift = Autocomplete server name, "http://www", "org"

How to toggle/remove menu bar in Opera?

, , , ...

Toggle menu bar using keyboard shortcut
Toggle menu bar using button
Main menu as submenu in right click menu
Main menu via keyboard shortcut
Remove menu bar

Toggle menu bar using keyboard shortcut (ALT+F11)

In your keyboard setup, delete Platform Unix before F11 alt under Application section.

Opera menu bar
Before

Opera menu bar disabled
After

Toggle menu bar using button

Drag & drop Menu (click arrrow to view menu items or click Menu to enable/disable menu bar) or Menu (click to view menu items or click & hold to enable/disable menu bar) button to any toolbar.

Opera menu button
Click Menu to toggle menu bar & arrow to show menu items

Main menu as submenu in right click menu

In your menu setup, add Submenu, Menu, Browser Menu Bar under [Document Popup Menu] section.

Opera main menu as submenu in right click menu
Main menu as submenu in right click menu

Main menu via keyboard shortcut

Create a new keyboard shortcut with action Show popup menu,"Browser Menu Bar"

You can create ALT+F to open File menu, ALT+E to open Edit menu, etc...

f alt = Show popup menu, "Browser File Menu"
e alt = Show popup menu, "Browser Edit Menu"
v alt = Show popup menu, "Browser View Menu"
b alt = Show popup menu, "Browser Bookmarks Menu"
g alt = Show popup menu, "Browser Widgets Menu"
s alt = Show popup menu, "Browser Feeds Menu"
t alt = Show popup menu, "Browser Tools Menu"
w alt = Show popup menu, "Browser Window Menu"
h alt = Show popup menu, "Browser Help Menu"

Remove menu bar

Uncheck Show Menu and restart Opera.

Updates:
2007: Jul 3, Nov 6

Opera multiple home pages

, , , ...

Folder nickname
Command line shortcut
Keyboard shortcut
Button
JavaScript

Folder Nickname (Won't work in Opera 9.10-9.24 due to bug.)

Create a new folder in bookmarks and set nickname. Bookmarks → Manage Bookmarks... → Right click on folder → Properties... → Nickname Place bookmark of the sites you want as home page inside created folder. Enter nickname of folder as home page. Tools → Preferences... → General → Home page

Set nickname to folder in Opera
Set nickname to folder

Place bookmark of the sites you want as home page inside a folder
Place bookmark of the sites you want as home page inside a folder

Opera homepage
Set homepage

Command Line Shortcut

Create a shortcut to Opera similar to following one.

"%ProgramFiles%\Opera\Opera.exe" www.site1.com www.site2.com bookmark_nickname

Keyboard Shortcut

If you don't know how to edit keyboard setup see this. Search for Go to homepage and change action to Go to page, "http://www.site1.com/" & New page & Go to page, "http://www.site2.com/"

Button

Drag & drop Go to homepage button to any toolbar. Note path to Toolbar Configuration file, close Opera, open and change www.site1.com & www.site2.com in toolbar configuration file.

JavaScript

Enter javascript:open('http://www.site1.com');open('http://www.site2.com');void 0 in Tools → Preferences... → General → Home page and Tools → Preferences... → General → Pop-ups → Open all pop-ups or Open pop-ups in background.

Update: Apr 29, 2007

Ways to open Opera bookmark/link/go to URL/search in new tab

, , , ...

Keyboard Shortcuts

Shift + Click/Enter/Left click - Bookmark/Link/Go to Web Address/Search will open in new tab

Ctrl + Shift + Click/Enter/Left click - Bookmark/Link/Go to Web Address/Search will open in background tab

Mouse Gestures

Point link, hold right mouse button and move down - Link will open in new tab

Point link, hold right mouse button and move down then up - Link will open in background tab

Others

To open search results & bookmarks in new tab
Opera 9: Tools → Preferences... → Advanced → Tabs → [DISABLE] Reuse current tab
Opera 8: Tools → Preferences... → Advanced → Browsing → [DISABLE] Reuse current tab

Configure mouse middle click action
Tools → Preferences... → Advanced → Shortcuts → Middle-Click Options... [or] Shift+Mouse middle click

Opera mouse middle-click options
Mouse middle-click options

Download Opera, the fastest and most secure browser