Skip to content

Commit

Permalink
Do autospeak on switching back to browser window
Browse files Browse the repository at this point in the history
  • Loading branch information
mltony committed Dec 15, 2024
1 parent c123c65 commit 8726ad2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addon/globalPlugins/browserNav/quickJump.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,9 +1183,8 @@ def __dir__(self):

original_event_treeInterceptor_gainFocus = None
def pre_event_treeInterceptor_gainFocus(self):
onVirtualBufferUpdate(self)
if not self._hadFirstGainFocus:
#tones.beep(1000, 100)
#utils.executeAsynchronously(asyncBrowseMonitor(self))
url = getUrl(self)
sites = findSites(url, globalConfig)
autoClickSites = [site for site in sites if site.autoClickOnFocus]
Expand Down

0 comments on commit 8726ad2

Please sign in to comment.