mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-21 17:40:48 +00:00
adds advanced settings for Basic kind.
This commit is contained in:
parent
bfdc0306e3
commit
7ab7c30e80
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "nvda_voicemeeter"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "A Voicemeeter app compatible with NVDA"
|
||||
authors = [
|
||||
{ name = "onyx-and-iris", email = "code@onyxandiris.online" },
|
||||
|
@ -27,6 +27,7 @@ class Builder:
|
||||
steps = (
|
||||
self.make_tab0_row0,
|
||||
self.make_tab0_row1,
|
||||
self.make_tab0_row5,
|
||||
)
|
||||
else:
|
||||
steps = (
|
||||
|
@ -167,9 +167,8 @@ class NVDAVMWindow(psg.Window):
|
||||
[self[f"INSERT CHECKBOX||IN{i + 1} {j}"].bind("<FocusIn>", "||FOCUS IN") for j in range(8)]
|
||||
|
||||
# Advanced Settings
|
||||
if self.kind.name != "basic":
|
||||
self["ADVANCED SETTINGS"].bind("<FocusIn>", "||FOCUS IN")
|
||||
self["ADVANCED SETTINGS"].bind("<Return>", "||KEY ENTER")
|
||||
self["ADVANCED SETTINGS"].bind("<FocusIn>", "||FOCUS IN")
|
||||
self["ADVANCED SETTINGS"].bind("<Return>", "||KEY ENTER")
|
||||
|
||||
# Strip Params
|
||||
for i in range(self.kind.num_strip):
|
||||
|
Loading…
Reference in New Issue
Block a user