We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f014210 commit 19d53e1Copy full SHA for 19d53e1
appModules/winamp.py
@@ -265,7 +265,7 @@ def script_changeItem(self,gesture):
265
gesture.send()
266
if not isScriptWaiting():
267
api.processPendingEvents()
268
- speech.speakObject(self,reason=controlTypes.REASON_FOCUS)
+ speech.speakObject(self,reason=controlTypes.OutputReason.FOCUS)
269
270
def event_nameChange(self):
271
return super(winampMainWindow,self).event_nameChange()
0 commit comments