You need to be logged in to post in the forums. If you do not have an account, please sign up first.
[Ctrl]+[Tab] also when only 1 tab is left
hi thereJust a quick enhancement suggestion: allow ctrl+tab also when only one tab is active.
Reason: when you have one last tab open and it is minimized you would expect you can ctrl-tab to it (the same way you can alt-tab to a minimized window). Currently this is not the case; you have to use the mouse to bring the tab to foreground which is annoying if you have your hands at the keyboard.
Also possibility to [ctrl/alt]-[tab] with only one page/window is expected behaviour, so to say it in programming jargon: that it does not work fires an interrupt that forces me to throw away and rebuild my pipeline (aka next-action-to-do list)

All my posts only represent my own opinions.
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
This sounds like more of a bug than a feature request.
Always latest weekly; XP Pro SP2
My bugs / disable RSS subscription prompt (This will disable email and chat as well) / Receive emailed copies of your bug reports
quote from desktopteam blog Feb 23 2007 06:49.36 (direct link to comment)
My bugs / disable RSS subscription prompt (This will disable email and chat as well) / Receive emailed copies of your bug reports
quote from desktopteam blog Feb 23 2007 06:49.36 (direct link to comment)
Originally posted by borg:
Source: Mozilla Links - 5 things I’d like to see in Operawe will not be satisfied before we have the best developer tools in the industry
Originally posted by Percy Cabello:
One of the main reasons I prefer Firefox is that it starts from the belief that it can’t be the ideal browser for everybody
I wasn't sure either if I should file it as bug or request
It seemed to me that behaviour is intentional, thoug (by that not fulfilling my criteria to be a bug), so I decided it should go to the requests.
It seemed to me that behaviour is intentional, thoug (by that not fulfilling my criteria to be a bug), so I decided it should go to the requests.
All my posts only represent my own opinions.
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
reported: DSK-252359
All my posts only represent my own opinions.
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
Alternative approach - try your menu key, or Ctrl-M if you don't have a menu key. The context menu on the workspace (or also the Window menu, Alt-W if enabled) lists open tabs in the current window.
Hmm ... seems they changed Ctrl-M at some time, and for some reason the Menu key is giving me the panel selector bar menu (even with the panels hidden), guess it's only Alt-W then. Enable the Widow menu if it isn't, and use it.
Hmm ... seems they changed Ctrl-M at some time, and for some reason the Menu key is giving me the panel selector bar menu (even with the panels hidden), guess it's only Alt-W then. Enable the Widow menu if it isn't, and use it.
that's also a custom shortcut of yours. and also all of these workarounds require extra klicking/corsor keys work. And that only because the code for enabling the window switcher is off-by-one. I imagine that something like
onWindowCycle(){
if(windows.count() > 1) { // a "> 0" would solve the problem
start_cycling();
}
}
All my posts only represent my own opinions.
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
Alt-w isn't custom ... but it is English. Standard menu shortcut, but it does assume you're using the English language for your menus. Also a chance they changed it themselves between 9.64 and 10. But ... all the menus in the menu bar currrently use the first letter as a shortcut, except for Feeds (shortcut is Alt-S, I think I would have used Alt-D) and Widgets (shortcut is Alt-G).
Guess they must have edited the language file in 10 to force those two shortcuts, the way Opera's automatic assignment usually works one would have expected Alt-W for Widgets, Alt-D for Feeds, and thus Alt-I for Window.
Guess they must have edited the language file in 10 to force those two shortcuts, the way Opera's automatic assignment usually works one would have expected Alt-W for Widgets, Alt-D for Feeds, and thus Alt-I for Window.
argh, the menu. most've missed that part. Still it's everything but intuitive atm.
All my posts only represent my own opinions.
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
Heh, I think I reported this as a bug several years ago. Obviously they ignored it and still didn't fix it. :/
Not a bug at all, but by design, which would explain why they haven't fixed it.
Since the function of Ctrl Tab is "Cycle to Next Page" why shoud it restore a minimised tab?
Try changing the action of the shortcut:
Tab Ctrl = Cycle to next page | Restore page
Edit: No, that doesn't work, because the panels have focus when the last tab is minimised.
Since the function of Ctrl Tab is "Cycle to Next Page" why shoud it restore a minimised tab?
Try changing the action of the shortcut:
Tab Ctrl = Cycle to next page | Restore page
Edit: No, that doesn't work, because the panels have focus when the last tab is minimised.
Skins • Tips • Buttons ▪ Backup • Security • User Scripts • Language Forums • Wiki
Browser JS • Changelogs • Opera Next • Dragonfly • Bugs • FTP • Document Courier
My Website ▪ My Forums ▪ Opera Review ▪ My Fonts ▪ IrfanView • Search • Downloads
Opera 11.64 on Windows XP Home • AMD64 3500 1GB RAM specs
Rules of Conduct and Posting Rules • Please Don't Shout • Editing Posts • Opera Config Links
Browser JS • Changelogs • Opera Next • Dragonfly • Bugs • FTP • Document Courier
My Website ▪ My Forums ▪ Opera Review ▪ My Fonts ▪ IrfanView • Search • Downloads
Opera 11.64 on Windows XP Home • AMD64 3500 1GB RAM specs
Rules of Conduct and Posting Rules • Please Don't Shout • Editing Posts • Opera Config Links
Originally posted by Pesala:
simply as the last (minimized) tab is the next - as well as the previous and current - one.Since the function of Ctrl Tab is "Cycle to Next Page" why shoud it restore a minimised tab?
Also as allready mentioned many window manager do it that way (windows, gnome, xfce, ...) so it's expected behaviour.
All my posts only represent my own opinions.
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]
[ Tweedo Monitor - Deluxe Website & Service Monitoring ]