Important: apply the changes only if your system uses a custom configuration, and you are upgrading it. If you are installing a new 2.3 or newer system, using the standard default configuration, then there is no need to change anything - the system is Link Assistant ready.
Search pane entry
The new entry for the search pane is added under <TabItem Name="EditorialPagesNavTab" Header="Editorial">:
<ComboBox Name="EditorialSearchIndex" Grid.Column="2" ToolTip="Search Type"
HorizontalAlignment="Right" Margin="2,2,30,2"
SelectedValue="{Binding Path=(l:ShellData.ShellData).SearchCriteria[Editorial].SearchName, RelativeSource={RelativeSource Self}}">
<sys:String xmlns:sys="clr-namespace:System;assembly=mscorlib">Basic</sys:String>
<sys:String xmlns:sys="clr-namespace:System;assembly=mscorlib">Advanced</sys:String>
<sys:String xmlns:sys="clr-namespace:System;assembly=mscorlib">AutoPag</sys:String>
<sys:String xmlns:sys="clr-namespace:System;assembly=mscorlib">LinkAssist</sys:String>
</ComboBox>
New menu entries
The new entry is added in the main drop-down menu Tools:
<l:ShellMenuItem Header="Tools">
<l:ShellMenuItem Header="Frame">
<l:ShellMenuItem Header="Set Type..." CommandParameter="ObjSetTypeDlg" />
<l:ShellMenuItem Header="Show Frames Capacity" CommandParameter="ShowFramesCapacity" />
New and changed keyboard entries
New entries are added in the InputConfig of the <Menuset Name="PageDesigner">:
<!--period and other similar keys-->
<KeyBinding CommandType="Script" CommandParameter="OpenSectFolder" Key="OEMPeriod" />
<KeyBinding CommandType="Script" CommandParameter="ShowFramesCapacity" Key="OEMComma" />
<KeyBinding CommandType="Script" CommandParameter="ListSuitableArticlesSectFolder" Key="OemQuestion" />
<KeyBinding CommandType="Script" CommandParameter="ViewShowGuidesHor" Modifiers="Shift" Key="OemQuestion" />
and also:
<MouseBinding CommandType="Script" CommandParameter="ObjSelectArtByElt" MouseAction="MiddleClick" />
<MouseBinding CommandType="Script" CommandParameter="ObjSelectArtByElt" Modifiers="Shift" MouseAction="MiddleClick" />
<MouseBinding CommandType="Script" CommandParameter="ObjSelectArtByElt" Modifiers="Ctrl" MouseAction="MiddleClick" />
<MouseBinding CommandType="Script" CommandParameter="ObjSelectArtByElt" Modifiers="Shift,Ctrl" MouseAction="MiddleClick" />
<MouseBinding CommandType="Script" CommandParameter="ObjSelectArtByElt" Modifiers="Shift,Alt" MouseAction="MiddleClick" />
<MouseBinding CommandType="Script" CommandParameter="ObjSelectArtByElt" Modifiers="Ctrl,Alt" MouseAction="MiddleClick" />
Reimporting configuration file after changes