mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
Add hint about MathRichEditBox's context menu for narrator (#2147)
* Add hint about MathRichEditBox's context menu for narrator * Update resource string * Update resource string
This commit is contained in:
parent
15cd5bc5f4
commit
05ee7a012c
2 changed files with 5 additions and 0 deletions
|
@ -4750,4 +4750,8 @@
|
|||
<value>Settings page</value>
|
||||
<comment>Announcement used when Settings page is opened</comment>
|
||||
</data>
|
||||
<data name="MathRichEditBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Open the context menu for available actions</value>
|
||||
<comment>Screen reader prompt for the context menu of the expression box</comment>
|
||||
</data>
|
||||
</root>
|
||||
|
|
|
@ -661,6 +661,7 @@
|
|||
FontSize="{TemplateBinding FontSize}"
|
||||
FontWeight="{TemplateBinding FontWeight}"
|
||||
AcceptsReturn="false"
|
||||
AutomationProperties.Name="{utils:ResourceString Name=MathRichEditBox/[using:Windows.UI.Xaml.Automation]AutomationProperties/Name}"
|
||||
InputScope="Text"
|
||||
MathText="{Binding MathEquation, RelativeSource={RelativeSource TemplatedParent}, Mode=TwoWay}"
|
||||
MaxLength="2048"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue