You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
459 B
21 lines
459 B
|
5 years ago
|
<Bindings>
|
||
|
|
<Binding name="WIMSHOWALL" header="WIM">
|
||
|
|
WIM.ShowAllWindows();
|
||
|
|
</Binding>
|
||
|
|
<Binding name="WIMHIDEALL">
|
||
|
|
WIM.HideAllWindows();
|
||
|
|
</Binding>
|
||
|
|
<Binding name="WIMUNREAD">
|
||
|
|
WIM.ShowAllUnreadWindows();
|
||
|
|
</Binding>
|
||
|
|
<Binding name="WIMVISIBLE">
|
||
|
|
WIM.ToggleContainer(WIM.db.winAnimation);
|
||
|
|
</Binding>
|
||
|
|
<Binding name="WIMHISTORY">
|
||
|
|
WIM.ShowHistoryViewer();
|
||
|
|
</Binding>
|
||
|
|
<Binding name="WIMOPTIONS">
|
||
|
|
WIM.ShowOptions();
|
||
|
|
</Binding>
|
||
|
|
</Bindings>
|