implements focus tab group on

ctrl+tab and ctrl+shift+tab
This commit is contained in:
2023-08-28 12:11:34 +01:00
parent c1fe70c387
commit 0bf333d23d
3 changed files with 22 additions and 8 deletions

View File

@@ -65,3 +65,7 @@ def get_asio_samples_list() -> list:
"160",
"128",
]
def get_tabs_labels() -> list:
return ["Settings", "Physical Strip", "Virtual Strip", "Buses"]