Hi,
How can I wire an event to fire if someone presses the letter 'g'?
(where is the character map for all the letters btw?)
|
3
|
Hi, How can I wire an event to fire if someone presses the letter 'g'? (where is the character map for all the letters btw?) |
|||
|
|
|
|
You could also try the shortKeys jQuery plugin. Usage example:
|
||
|
|
|
|
this site says 71 = g but the jQuery code above thought otherwise Capital G = 71, lowercase is 103 |
||
|
|
|
|
Well there are many ways. But i am guessing you are interested in an advanced implementation. Few days back i was in same search, and i found one. Its good to capture events from keyboard... and you will find the character maps too. And good thing is ... its jquery. Enjoy the demo and decide. |
||
|
|