<?xml version="1.0" encoding="utf-8" ?>
<component name="LoginKeyboard" extends="DynamicCustomKeyboard" >
  <interface>
    <function name="keySelected" />
    <field id="continue" type="bool" alwaysNotify="true" />
	<field id="left" type="bool" alwaysNotify="true" />
	<field id="right" type="bool" alwaysNotify="true" />
    <field id="mode" type="string" onChange="modeChanged" />
  </interface>
  <script type="text/brightscript" uri="LoginKeyboard.brs"/>
  <children>

  </children>

</component>
