You are not logged in.
Pages: 1
Is there a way to customize key events, to have e.g. a save function on ctrl-s?
Offline
Plugin objects may contain a method onKeyPress which receives a standard event object. You should also be able to define an onKeyPress for the textarea in the usual manner for HTML.
James Sleeman