mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-18 23:33:31 +00:00
implements notification on tab switch
This commit is contained in:
@@ -85,6 +85,10 @@ class NVDAVMWindow(psg.Window):
|
||||
self.logger.debug(f"event::{event}\nvalues::{values}")
|
||||
if event in (psg.WIN_CLOSED, "Exit"):
|
||||
break
|
||||
elif event == "tabs":
|
||||
self.nvda.speak(f"switched to tab {values['tabs']}")
|
||||
continue
|
||||
|
||||
match parsed_cmd := self.parser.match.parseString(event):
|
||||
# Hardware out
|
||||
case [["HARDWARE", "OUT"], [key]]:
|
||||
|
||||
Reference in New Issue
Block a user