Skip to content

Commit

Permalink
updated for upcoming NVDA 2021.1 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 committed Apr 2, 2021
1 parent f014210 commit 19d53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appModules/winamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def script_changeItem(self,gesture):
gesture.send()
if not isScriptWaiting():
api.processPendingEvents()
speech.speakObject(self,reason=controlTypes.REASON_FOCUS)
speech.speakObject(self,reason=controlTypes.OutputReason.FOCUS)

def event_nameChange(self):
return super(winampMainWindow,self).event_nameChange()
Expand Down

0 comments on commit 19d53e1

Please sign in to comment.