Skip to content

Commit d0381b4

Browse files
committed
Add ScreenReader attribute for result
1 parent d2818db commit d0381b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
Modifiers="Ctrl" />
189189
<KeyBinding
190190
Key="C"
191-
Modifiers="Ctrl+Shift"
192-
Command="{Binding CopyAlternativeCommand}" />
191+
Command="{Binding CopyAlternativeCommand}"
192+
Modifiers="Ctrl+Shift" />
193193
<KeyBinding
194194
Key="{Binding PreviewHotkey, Converter={StaticResource StringToKeyBindingConverter}, ConverterParameter='key'}"
195195
Command="{Binding TogglePreviewCommand}"
@@ -216,6 +216,7 @@
216216
<TextBox
217217
x:Name="QueryTextBox"
218218
AllowDrop="True"
219+
AutomationProperties.Name="{Binding Results.SelectedItem.Result.Title}"
219220
InputMethod.PreferredImeConversionMode="{Binding StartWithEnglishMode, Converter={StaticResource BoolToIMEConversionModeConverter}}"
220221
InputMethod.PreferredImeState="{Binding StartWithEnglishMode, Converter={StaticResource BoolToIMEStateConverter}}"
221222
PreviewDragOver="OnPreviewDragOver"

0 commit comments

Comments
 (0)