-
I have started implementing some keyboard shortcuts in a program I'm working on and I would like to have shortcuts for switching to a specific tab. However, so far I have not found functions that would allow me to accomplish this. Is this simply not possible at the moment? |
Beta Was this translation helpful? Give feedback.
Answered by
hoffstadt
Feb 1, 2022
Replies: 1 comment 1 reply
-
Hi, you should be able to just call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vyrjana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you should be able to just call
dpg.set_value(tab_bar_id, tab_id)
!