File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 188
188
Modifiers =" Ctrl" />
189
189
<KeyBinding
190
190
Key =" C"
191
- Modifiers = " Ctrl+Shift "
192
- Command = " {Binding CopyAlternativeCommand} " />
191
+ Command = " {Binding CopyAlternativeCommand} "
192
+ Modifiers = " Ctrl+Shift " />
193
193
<KeyBinding
194
194
Key =" {Binding PreviewHotkey, Converter={StaticResource StringToKeyBindingConverter}, ConverterParameter='key'}"
195
195
Command =" {Binding TogglePreviewCommand}"
216
216
<TextBox
217
217
x : Name =" QueryTextBox"
218
218
AllowDrop =" True"
219
+ AutomationProperties.Name=" {Binding Results.SelectedItem.Result.Title}"
219
220
InputMethod.PreferredImeConversionMode=" {Binding StartWithEnglishMode, Converter={StaticResource BoolToIMEConversionModeConverter}}"
220
221
InputMethod.PreferredImeState=" {Binding StartWithEnglishMode, Converter={StaticResource BoolToIMEStateConverter}}"
221
222
PreviewDragOver =" OnPreviewDragOver"
You can’t perform that action at this time.
0 commit comments