<Ui xmlns="http://www.blizzard.com/wow/ui/">
  <Frame
    name="AuctionatorConfigSellingShortcutsFrameTemplate"
    mixin="AuctionatorConfigSellingShortcutsFrameMixin"
    parent="InterfaceOptionsFrame"
    virtual="true">

    <Scripts>
      <OnLoad method="OnLoad"/>
      <OnShow method="OnShow"/>
      <OnHide method="Save"/>
    </Scripts>

    <Frames>
      <Frame inherits="AuctionatorConfigurationTitleFrame" parentKey="TitleArea">
        <KeyValues>
          <KeyValue key="titleText" value="AUCTIONATOR_L_CONFIG_SELLING_SHORTCUTS_CATEGORY" type="global" />
          <KeyValue key="subTitleText" value="AUCTIONATOR_L_CONFIG_SELLING_SHORTCUTS_TEXT" type="global"/>
        </KeyValues>
      </Frame>
      <Frame inherits="AuctionatorDropDown" parentKey="BagSelectShortcut">
        <KeyValues>
          <KeyValue key="labelText" value="AUCTIONATOR_L_CONFIG_SELLING_BAG_SELECT_SHORTCUT" type="global" />
          <KeyValue key="textString" value="RIGHT_CLICK;ALT_LEFT_CLICK;ALT_RIGHT_CLICK;SHIFT_LEFT_CLICK;SHIFT_RIGHT_CLICK;DISABLED" type="string"/>
          <KeyValue key="valuesString" value="right click;alt left click;alt right click;shift left click;shift right click;none" type="string"/>
        </KeyValues>
        <Anchors>
          <Anchor point="TOPLEFT" relativeKey="$parent.TitleArea" relativePoint="BOTTOMLEFT"/>
        </Anchors>
      </Frame>
      <Frame parentKey="PostShortcut" inherits="AuctionatorKeyBindingConfigTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.BagSelectShortcut"/>
        </Anchors>
        <KeyValues>
          <KeyValue key="labelText" value="AUCTIONATOR_L_CONFIG_SELLING_POST_SHORTCUT" type="global"/>
          <KeyValue key="tooltipText" value="AUCTIONATOR_L_CONFIG_SELLING_POST_SHORTCUT_TOOLTIP_TEXT" type="global"/>
          <KeyValue key="tooltipTitleText" value="AUCTIONATOR_L_CUSTOM_KEYBOARD_SHORTCUTS" type="global"/>
        </KeyValues>
      </Frame>
      <Frame parentKey="SkipShortcut" inherits="AuctionatorKeyBindingConfigTemplate">
        <Anchors>
          <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.PostShortcut"/>
        </Anchors>
        <KeyValues>
          <KeyValue key="labelText" value="AUCTIONATOR_L_CONFIG_SELLING_SKIP_SHORTCUT" type="global"/>
          <KeyValue key="tooltipText" value="AUCTIONATOR_L_CONFIG_SELLING_POST_SHORTCUT_TOOLTIP_TEXT" type="global"/>
          <KeyValue key="tooltipTitleText" value="AUCTIONATOR_L_CUSTOM_KEYBOARD_SHORTCUTS" type="global"/>
        </KeyValues>
      </Frame>
    </Frames>
  </Frame>
</Ui>
