<?xml version='1.0' encoding='UTF-8'?>
<shell component="et" tc="ongmani.ct_pivottabledesign" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<commands>
		<KxLegacyTriggerCommand hotKey="d" icon="pivot_not_show_subtotals" id="PivotTableHideSubtotals" ksoCmd="PTHideSubtotals" rbHotKey="D" text="@Do Not Show Subtotals"/>
		<KxLegacyTriggerCommand hotKey="t" icon="pivot_subtotals_top" id="PivotTableShowSubtotalsTop" ksoCmd="PTShowSubtotalsTop" rbHotKey="T" text="@Show all Subtotals at Top of Group"/>
		<KxLegacyTriggerCommand hotKey="b" icon="pivot_subtotals_bottom" id="PivotTableShowSubtotalsBottom" ksoCmd="PTShowSubtotalsBottom" rbHotKey="B" text="@Show all Subtotals at Bottom of Group"/>
		<KxLegacyTriggerCommand hotKey="c" icon="pivot_compact_form" id="PivotTableShowInCompact" ksoCmd="PTShowInCompact" rbHotKey="C" text="@Show in Compact Form"/>
		<KxLegacyTriggerCommand hotKey="o" icon="pivot_outline_form" id="PivotTableShowInOutline" ksoCmd="PTShowInOutline" rbHotKey="O" text="@Show in Outline Form"/>
		<KxLegacyTriggerCommand hotKey="t" icon="pivot_tabular_form" id="PivotTableShowInTabular" ksoCmd="PTShowInTabular" rbHotKey="T" text="@Show in Tabular Form"/>
		<KxLegacyTriggerCommand hotKey="i" icon="pivot_insert_blank" id="PivotTableInsertBlank" ksoCmd="PTInsertBlank" rbHotKey="I" text="@Insert Blank Line after Each Item"/>
		<KxLegacyTriggerCommand hotKey="r" icon="pivot_remove_blank" id="PivotTableRemoveBlank" ksoCmd="PTRemoveBlank" rbHotKey="R" text="@Remove Blank Line after Each Item"/>
		<KxLegacyTriggerCommand hotKey="r" icon="pivot_repeat_labels" id="PivotTableRepeatLabels" ksoCmd="PTRepeatLabels" rbHotKey="R" text="@Repeat All &#10;Item Labels"/>
		<KxLegacyTriggerCommand hotKey="n" icon="pivot_not_repeat_labels" id="PivotTableNotRepeatLabels" ksoCmd="PTNotRepeatLabels" rbHotKey="N" text="@Do Not &#10;Repeat Item Labels"/>
		<KxLegacyTriggerCommand hotKey="f" icon="pivot_grand_all" id="PivotTableShowAllGrand" ksoCmd="PTShowAllGrand" rbHotKey="F" text="@Enable Row Column Grand Totals"/>
		<KxLegacyTriggerCommand hotKey="n" icon="pivot_grand_none" id="PivotTableHideAllGrand" ksoCmd="PTHideAllGrand" rbHotKey="N" text="@Disable Row Column Grand Totals"/>
		<KxLegacyTriggerCommand hotKey="r" icon="pivot_grand_row" id="PivotTableShowOnlyRowGrand" ksoCmd="PTShowOnlyRowGrand" rbHotKey="R" text="@Enable Only Row Grand Totals"/>
		<KxLegacyTriggerCommand hotKey="c" icon="pivot_grand_col" id="PivotTableShowOnlyColumnGrand" ksoCmd="PTShowOnlyColumnGrand" rbHotKey="C" text="@Enable Only Column Grand Totals"/>
		<KListCommand customTip="PivotSubtotals" icon="pivot_subtotals" id="PivotTableSubtotals" rbHotKey="T" text="@Subtotals">
			<command idQ="PivotTableHideSubtotals"/>
			<command idQ="PivotTableShowSubtotalsBottom"/>
			<command idQ="PivotTableShowSubtotalsTop"/>
		</KListCommand>
		<KListCommand customTip="PivotTableGrandTotals" icon="pivot_grand" id="PivotTableGrandTotals" rbHotKey="G" text="@Grand Totals">
			<command idQ="PivotTableShowAllGrand"/>
			<command idQ="PivotTableHideAllGrand"/>
			<command idQ="PivotTableShowOnlyRowGrand"/>
			<command idQ="PivotTableShowOnlyColumnGrand"/>
		</KListCommand>
		<KListCommand customTip="PivotReportLayout" icon="pivot_report_layout" id="ReportLayout" rbHotKey="N" text="@Report Layout">
			<command idQ="PivotTableShowInCompact"/>
			<command idQ="PivotTableShowInOutline"/>
			<command idQ="PivotTableShowInTabular"/>
			<separator/>
			<command idQ="PivotTableRepeatLabels"/>
			<command idQ="PivotTableNotRepeatLabels"/>
		</KListCommand>
		<KListCommand customTip="PivotBlankRows" icon="pivot_blank" id="BlankRows" rbHotKey="B" text="@Blank Rows">
			<command idQ="PivotTableInsertBlank"/>
			<command idQ="PivotTableRemoveBlank"/>
		</KListCommand>
		<KListCommand groupTip="PivotTableDesignLayoutGroup" icon="pivot_report_layout" id="RB_PT_Layout" text="@Layout">
			<command idQ="PivotTableSubtotals"/>
			<command idQ="PivotTableGrandTotals"/>
			<command idQ="ReportLayout"/>
			<command idQ="BlankRows"/>
		</KListCommand>
	</commands>
	<subcommands>
		<subcommand id="CT_PivotTableDesign">
			<command idQ="RB_PT_Layout"/>
			<separator/>
			<command idQ="PivotTableStyleOptions"/>
			<separator/>
			<command idQ="PivotTableStyles"/>
			<separator/>
		</subcommand>
	</subcommands>
</shell>
