Support,

How can I add a 250 millisecond delay so if they hold down the F button, we only focus once.

thanks
/Z

        <ext:KeyMap runat="server" Target="={Ext.isGecko ? Ext.getDoc() : Ext.getBody()}" >
            <Binding>
                <ext:KeyBinding Handler="#{TriggerField1}.focus();" >
                    <Keys>
                        <ext:Key Code="F"  />
                    </Keys>
                </ext:KeyBinding>
            </Binding>
        </ext:KeyMap>