Skip to content
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

Can't bind "main_window.next_page" to Ctrl+Tab #730

Open
danielkrajnik opened this issue Jun 3, 2023 · 0 comments
Open

Can't bind "main_window.next_page" to Ctrl+Tab #730

danielkrajnik opened this issue Jun 3, 2023 · 0 comments

Comments

@danielkrajnik
Copy link

danielkrajnik commented Jun 3, 2023

Default keybindings make a lot of sense, but Ctrl+Tab to switch tabs would be nice as well. Doesn't seem to work though.

Template generated with:
src/astroid/devel/get_keys.py > ~/.config/astroid/keybindings.orig

I've tried:
main_window.next_page=C-GDK_KEY_Tab # Next page, default: l, "b"
main_window.next_page=GDK_KEY_Tab # Next page, default: l, "b"
main_window.next_page= GDK_KEY_Tab" # Next page, default: l, "b"
main_window.next_page=l, GDK_KEY_Tab" # Next page, default: l, "b"
main_window.next_page=l, "GDK_KEY_Tab" # Next page, default: l, "b"
main_window.next_page=l, "C-GDK_KEY_Tab" # Next page, default: l, "b"
main_window.next_page=l, C-GDK_KEY_Tab # Next page, default: l, "b"
main_window.next_page=l,C-GDK_KEY_Tab # Next page, default: l, "b"

and none of them worked...
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant