i did a similer one , couple of years back , thought of sharing the key codes with you .
Key Code values in Flex. for later shortcut key implementations. A = 65 B = 66 C = 67 D = 68 E = 69 F = 70 G = 71 H = 72 I = 73 J = 74 K = 75 L = 76 M = 77 N = 78 O = 79 P = 80 Q = 81 R = 82 S = 83 T = 84 U = 85 V = 86 W = 87 X = 88 Y = 89 Z = 90 CTRL + A = 1 CTRL + B = 2 CTRL + C = 3 CTRL + D = 4 CTRL + E = 5 CTRL + F = 6 CTRL + G = 7 CTRL + H = 8 CTRL + I = 9 CTRL + J = 10 CTRL + K = 11 CTRL + L = 12 CTRL + M = 13 CTRL + N = 14 CTRL + O = 15 CTRL + P = 16 CTRL + Q = 17 CTRL + R = 18 CTRL + S = 19 CTRL + T = 20 CTRL + U = 21 CTRL + V = 22 CTRL + W = 23 CTRL + X = 24 CTRL + Y = 25 CTRL + Z = 26 ALT + A = 197 ALT + B = 166 ALT + C = 199 ALT + D = 206 ALT + E = 180 ALT + F = 207 ALT + G = 169 ALT + H = 211 ALT + I = 136 ALT + J = 212 ALT + K = 190 ALT + L = 210 ALT + M = 194 ALT + N = 152 ALT + O = 216 ALT + P = 222 ALT + Q = 140 ALT + R = 174 ALT + S = 205 ALT + T = 134 ALT + U = 168 ALT + V = 175 ALT + W = 221 ALT + X = 188 ALT + Y = 193 ALT + Z = 253 cheers dinukx On 11/19/09, Jitendra Jain <[email protected]> wrote: > you have the range of keycodes (65-90) for caps. When the key code is > between this range . Highlight the caps lock. > > On Mon, Nov 16, 2009 at 7:29 PM, surendra babu <[email protected]> wrote: > >> HI All, >> >> I am implementing AIR application.So i developed a KeyPad >> component >> that contains all the functionalities like BackSpace,ClearAll,Space. >> Now i am facing problem with caps lock functionality. Can any body tell me >> how i can achieve this functionality. >> >> Thanks all, >> Surendra. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=. >> > > -- > > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=.

