You might be able to capture key combos by observing the document for
keydown and keyup events, and storing the key's down/up state in a variable.
Then, when the 's' key is pressed, check if 'ctrl' is also pressed.
But like Ricardo said, CTRL+S may not be capturable since it's a browser
shortcut.
-Hector


On Thu, Apr 16, 2009 at 9:18 AM, Ricardo <ricardob...@gmail.com> wrote:

>
> As far as I know you can't capture key combinations in Javascript, and
> even if you could, CTRL+S is a browser shortcut, so it would probably
> be overriden.
>
> On Apr 16, 2:24 am, bharani kumar <bharanikumariyer...@gmail.com>
> wrote:
> > Hi All ,
> > Can u please tell ,
> >
> > How to implement  in jquery, php,,
> >
> > Insert record after pressed the CTRL+S in keyboard ,
> >
> > Thanks
> >
> > --
> > உங்கள் நண்பன்
> > பரணி  குமார்
> >
> > Regards
> > B.S.Bharanikumar
> >
> > POST YOUR OPINIONhttp://bharanikumariyerphp.site88.net/bharanikumar/
>

Reply via email to