-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch between tab groups #11
Comments
Thanks for asking - I think this is the first time I've heard of someone using tab groups 😆 Instead of hacking up this plugin, I wrote another one to do this: Tab Group Salute. It uses Ctrl+` (backquote / backtick) though; I thought that combination would make more sense. It shouldn't be too hard to change the shortcut keys inside the code if you want, though it won't be possible to bind to Ctrl+Tab directly (it's one of the shortcuts reserved by GNOME). |
Many thanks! Your solution with The problem lies in my keyboard layout! When the German layout is active, Do you think that there is a workaround for the German layout? |
You mean Ctrl+Shift+` isn't working for you? |
Yes, but only when using a German layout. See my addition above. |
Technically the shortcut key is Ctrl+~; in the US layout backtick and tilde are on the same key but I believe tilde is on a different key in German layouts. I'll have to think about how to detect the current keyboard and adjust the shortcuts dynamically. |
Just pushed a new version, it should work regardless of keyboard layout. |
Works great now, thanks! |
👍 |
Instead of tabs, I recently started using tab groups (
ctrl+alt+n
). Since you can break your fingers with the default shortcutsshift+ctrl+alt+pageup/pagedown
(I have to additionally holdfn
on my notebook to activatepageup/pagedown
) for switching tab groups, I want to modify your plugin to switch tab groups withctrl+tab
. I'm not a programmer, but could figure things out if you could tell me what to replace in your code in order to achieve that behavior.Thanks in advance!
The text was updated successfully, but these errors were encountered: