can we use Numeric with Keybinding ?

  1. #1

    can we use Numeric with Keybinding ?

    Hello Ext.Net,

    Is there any way to Use Numerics as Code(Key) with Ctrl, Alt(KeyBinding)

    <ext:KeyBinding>
                <Keys>
                    <ext:Key Code="4" />
                </Keys>
    </ext:KeyBinding>
  2. #2
    Later On when I again go through all point for key binding
    I found all numbers are given in Code

    <ext:KeyBinding>
                <Keys>
                    <ext:Key Code="ONE" />
                </Keys>
    </ext:KeyBinding>
    kindly request to close this thread
    thank you

Similar Threads

  1. [CLOSED] Numeric grid Filter, numeric field Decimal Places
    By RCM in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 10, 2013, 8:37 PM
  2. Replies: 1
    Last Post: Jan 16, 2013, 9:58 AM
  3. Keybinding on Panel
    By lazycoder in forum 1.x Help
    Replies: 0
    Last Post: Aug 28, 2009, 5:39 AM
  4. Keybinding on Window
    By lazycoder in forum 1.x Help
    Replies: 0
    Last Post: Aug 21, 2009, 9:43 AM
  5. [CLOSED] KeyBinding F5 and stopevent?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 26, 2009, 7:11 PM

Posting Permissions