Skip to content

Commit

Permalink
Simplify keystroke to speak URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mltony committed Dec 14, 2024
1 parent 92dc4b4 commit 6a49740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/browserNav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ def injectBrowseModeKeystrokes(self):
),
doc=_("Show BrowserNav popup menu."))

@script(description=_("Speak current URL."), gestures=['kb:NVDA+control+L'])
@script(description=_("Speak current URL."), gestures=['kb:NVDA+l'])
def script_speakCurrentURL(self, gesture):
#url = getFocusedURL()
url = api.getCurrentURL()
Expand Down

0 comments on commit 6a49740

Please sign in to comment.