﻿<root>
	<!--This configuration replicates platform but only allows 12px font size. -->
	<tools name="MainToolbar" dockable="true" enabled="true">
		<tool name="SelectAll" Shortcut="Ctrl + A" showtext="false" />
		<tool name="FindAndReplace" Text="Find And Replace" Shortcut="Ctrl + F" showtext="false" />
		<tool separator="true"/>
		<tool name="Undo" Shortcut="Ctrl + Z" showtext="false" />
		<tool name="Redo" Shortcut="Ctrl + Y" showtext="false" />
		<tool separator="true"/>
		<tool name="Cut" showtext="false" />
		<tool name="Copy" Shortcut="Ctrl + C" showtext="false" />
		<tool name="PasteFromWord" Text="Paste From Word" showtext="false" >
			<tool name="Paste" showtext="false" />
			<tool name="PasteFromWord" shortcut="CTRL+V" showtext="false" />
			<tool name="PasteFromWordNoFontsNoSizes" showtext="false" />
			<tool name="PastePlainText" showtext="false" />
			<tool name="PasteAsHtml" showtext="false" />
			<tool name="PasteHtml" showtext="false" />
		</tool>
		<tool name="InsertParagraph" Text="New Paragraph" showtext="false" />
		<tool separator="true" />
		<tool name="Indent" showtext="false" />
		<tool name="Outdent" showtext="false" />
		<tool name="InsertUnorderedList" showtext="false" />
		<tool name="InsertOrderedList" showtext="false" />
	</tools>
	<tools name="Formatting" enabled="true" dockable="true">
		<tool name="Bold" Shortcut="Ctrl + B" showtext="false" />
		<tool name="Italic" Shortcut="Ctrl + I" showtext="false" />
		<tool name="Underline" Shortcut="Ctrl + U" showtext="false" />
		<tool separator="true"/>
		<tool name="RealFontSize" Text="Font Size" Shortcut="Ctrl + Shift + P" popupheight="auto" />
		<tool name="InsertDate" showtext="false" />
		<tool name="InsertTime" showtext="false" />
		<tool name="AjaxSpellCheck" Text="Spellchecker" showtext="false" />
		<tool name="ToggleScreenMode" shortcut="F11" showtext="false" />
	</tools>
	<realFontSizes>
		<item value="12px"></item>
	</realFontSizes>
</root>