Skip to content

Commit 8d38761

Browse files
authored
Merge d3673f5 into 1e139d4
2 parents 1e139d4 + d3673f5 commit 8d38761

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

source/browseMode.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,3 +1787,14 @@ def _iterNotLinkBlock(self, direction="next", pos=None):
17871787
"kb:shift+,": "moveToStartOfContainer",
17881788
"kb:,": "movePastEndOfContainer",
17891789
}
1790+
1791+
@script(
1792+
# Translators: the description for the toggleScreenLayout script.
1793+
description=_(
1794+
"Toggles on and off if the screen layout is preserved while rendering the document content"
1795+
),
1796+
gesture="kb:NVDA+v",
1797+
)
1798+
def script_toggleScreenLayout(self, gesture):
1799+
# Translators: The message reported for not supported toggling of screen layout
1800+
ui.message(_("Not supported in this document."))

0 commit comments

Comments
 (0)