You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description=_("Pressing once will set this cell as the first column header for any cells lower and to the right of it within this table. Pressing twice will forget the current column header for this cell."),
# Translators: a message reported in the SetColumnHeader script for Microsoft Word.
236
244
ui.message(_("Cannot find row {rowNumber} column {columnNumber} in column headers").format(rowNumber=cell.rowIndex,columnNumber=cell.columnIndex))
237
-
script_setColumnHeader.__doc__=_("Pressing once will set this cell as the first column header for any cells lower and to the right of it within this table. Pressing twice will forget the current column header for this cell.")
238
245
246
+
@script(
247
+
gesture="kb:NVDA+shift+r",
248
+
# Translators: The label of a shortcut of NVDA.
249
+
description=_("""Pressing once will set this cell as the first row header for any cells lower and to the right of it within this table.
250
+
Pressing twice will forget the current row header for this cell."""),
# Translators: a message reported in the SetRowHeader script for Microsoft Word.
260
274
ui.message(_("Cannot find row {rowNumber} column {columnNumber} in row headers").format(rowNumber=cell.rowIndex,columnNumber=cell.columnIndex))
261
-
script_setRowHeader.__doc__=_("Pressing once will set this cell as the first row header for any cells lower and to the right of it within this table. Pressing twice will forget the current row header for this cell.")
0 commit comments