Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#15 work around Excel cell border announcement when NVDA+F is used
  • Loading branch information
nishimotz committed Dec 21, 2016
1 parent 2c39339 commit 337a4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/globalCommands.py
Expand Up @@ -1351,7 +1351,7 @@ def script_reportFormatting(self,gesture):
"reportPage":False,"reportLineNumber":False,"reportLineIndentation":True,"reportLineIndentationWithTones":False,"reportParagraphIndentation":True,"reportLineSpacing":True,"reportTables":False,
"reportLinks":False,"reportHeadings":False,"reportLists":False,
"reportBlockQuotes":False,"reportComments":False,
"reportBorderStyle":True,"reportBorderColor":False,
"reportBorderStyle":True,"reportBorderColor":True,
}
textList=[]
info=api.getReviewPosition()
Expand Down

0 comments on commit 337a4ee

Please sign in to comment.