mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 18:00:50 +00:00
define focus out for bass,mid,treble
This commit is contained in:
parent
d958167ded
commit
6c54d28210
@ -728,7 +728,10 @@ class NVDAVMWindow(psg.Window):
|
|||||||
self.nvda.speak(f"{label} {param} slider {val}")
|
self.nvda.speak(f"{label} {param} slider {val}")
|
||||||
case [
|
case [
|
||||||
["STRIP", index],
|
["STRIP", index],
|
||||||
["SLIDER", "GAIN" | "COMP" | "GATE" | "DENOISER" | "AUDIBILITY" | "LIMIT"],
|
[
|
||||||
|
"SLIDER",
|
||||||
|
"GAIN" | "COMP" | "GATE" | "DENOISER" | "AUDIBILITY" | "LIMIT" | "BASS" | "MID" | "TREBLE",
|
||||||
|
],
|
||||||
["FOCUS", "OUT"],
|
["FOCUS", "OUT"],
|
||||||
]:
|
]:
|
||||||
self.vm.event.pdirty = True
|
self.vm.event.pdirty = True
|
||||||
|
Loading…
Reference in New Issue
Block a user