Development 25 - Opinion
-
manvac last edited by
I use opera development 25 for linus and every day I am more happy with his work in the development of Opera based on Chrome.
I look fabulous this change of bookmarks as it is more like the previous version, all you have to say is that it should be the appearance of fast access and be able to switch quickly to bookmark access and discover without changing environment.
Another feature that I really miss is Ctrl + Z to reopen a closed site, this option was very comfortable and I would like to put the return.
Great job and receive a greeting -
l33t4opera last edited by
<blockquote>I really miss is Ctrl + Z to reopen a closed site</blockquote>
Hi @manvac, you can remap it to "Alt+Z", or to "Ctrl+Shift+Z", as follows: close the Opera, go to the Opera's profile dir (you can find it in O-Menu>About Opera>Paths>Profile), and open the "Preferences" file in your text editor, then edit it as below, for "Alt+Z":
{
"Keybindings": {
"Basic": {
ReopenLastClosedTab": [ "Alt+Z" ]
},
"Settings": {
"AdvancedEnabled": true
}
},
or for "Ctrl+Shift+Z" as follow:
{
"Keybindings": {
"Basic": {
"Redo": [ "Ctrl+Y" ],
"ReopenLastClosedTab": [ "Ctrl+Shift+Z" ]
},
"Settings": {
"AdvancedEnabled": true
}
},
Save the changes, and reopen the Opera. The value for "AdvancedEnabled" can be "false", if you don't use advanced keybindings.If you insist to use "Ctrl+Z" for this feature, you can remap it as below:
{
"Keybindings": {
"Basic": {
"ReopenLastClosedTab": [ "Ctrl+Z" ]
},
"Settings": {
"AdvancedEnabled": true
}
},
However, you should be aware , that this will not work on the address bar, since it seems to be permanently assigned to the "Undo" feature. -
manvac last edited by
Thanks for your answer and for giving me the option to change it.
The "Ctrl + Z" was advice to change the default developers as "Ctrl + Shift + t" is a rare combination of keys.
-
A Former User last edited by
Ctrl + Shift + T is somehow standard today - even Opera 12 supported that combination, and it is the default in Chrome, FF and IE.