Feature #659
Imitate mIRC channel window change (with CTRL+TAB)
Status: | Closed | Start: | 12/11/2011 | |
Priority: | Low | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Frontend GNOME | |||
Target version: | 0.8.9 | |||
Complexity: | Low |
|||
Votes: | 1 (View) |
Description
I wonder if one could add the ability to change windows with CTRL+TAB, like one can in mIRC.
It should then swap to the next right window.
Associated revisions
Revision 354cd0584f9d9aaed3502ec2894340710f2bf03e
[Frontend-GNOME] Added ctrl+tab and ctrl+shift+tab support for switching chat windows (closes: #659)
History
Updated by Mirco Bauer 4729 days ago
- Category changed from Other to Frontend GNOME
- Estimated time deleted (
1.00)
Updated by Mirco Bauer 4729 days ago
#584 says it's shift+TAB, which one is now correct and which key combo jumps to the previous tab?
Updated by norsk gutt 4728 days ago
Mirco Bauer wrote:
#584says it's shift+TAB, which one is now correct and which key combo jumps to the previous tab?
mirc window keyboard shortcuts:
ctrl-tab ) cycle between open windows
ctrl-shift-tab = ditto, in reverse order
I guess the one in #584 only uses the "reversed" option and not the main one.
Myself I never used the reversed. But these are both great ways of changing channels/windows.
And btw, this mimics most of what internet browsers use for shortcuts. Atleast in IE and Firefox.
Updated by Mirco Bauer 4727 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 354cd0584f9d9aaed3502ec2894340710f2bf03e.
Updated by Mirco Bauer 4719 days ago
This change can be tested with a development build which can be obtained from here: http://www.smuxi.org/documentation/running-from-git/
Updated by norsk gutt 4687 days ago
Mirco Bauer wrote:
This change can be tested with a development build which can be obtained from here: http://www.smuxi.org/documentation/running-from-git/
Thanks. This works nice!
But I now see that I miswrote the "reverse order" keys.
It should not contain ctrl, so the keys should only be shift+tab to reverse the order.
Sorry for that mistake!
Another wish:
When pressing changing channels with ctrl+tab, and you reach the last channel in the list, you should be able to press ctrl+tab and start over again (loop), instead of not being able to cycle through them all.
This goes for the reverse order also.
Hope you understand. If not, just ask.
Great work!
Updated by Mirco Bauer 4687 days ago
norsk gutt wrote:
Mirco Bauer wrote:
This change can be tested with a development build which can be obtained from here: http://www.smuxi.org/documentation/running-from-git/
Thanks. This works nice!
But I now see that I miswrote the "reverse order" keys. It should not contain ctrl, so the keys should only be shift+tab to reverse the order.
I don't agree, at least firefox is going forward with ctrl+tab and backwards with ctrl+shift+tab while shift+tab is not.
Another wish: When pressing changing channels with ctrl+tab, and you reach the last channel in the list, you should be able to press ctrl+tab and start over again (loop), instead of not being able to cycle through them all. This goes for the reverse order also.
This ticket is closed, for another feature request create another ticket.