communi / communi-desktop

An IRC client for desktop environments
https://communi.github.io/
BSD 3-Clause "New" or "Revised" License
57 stars 22 forks source link

alt-1 to 9 moves to channel 1 to 9 #123

Closed gdamjan closed 8 years ago

gdamjan commented 8 years ago

… of the first connection. that's how much is practical on the keyboard, and people can always reorder theirs connections and channels.

alt-0 moves to the connection item itself

it's a bit crude and opinionated feature, but people can comment & improve on it

jpnurmi commented 8 years ago

Thanks! Revised a bit to fix compilation without C++11 in the CI, and made it iterate to any connection, not just the first one. I happened to have a connection with only 2 channels as a first one... :)

https://github.com/communi/communi-desktop/commit/0b16c4582b10a1d9470da2b78fac1ddec60932f1

gdamjan commented 8 years ago

and made it iterate to any connection, not just the first one

nice, I thought about that, just didn't want to complicate matters before some review. +1