README 322 B

123456789101112131415161718
  1. The TabFocus plugin changes the notice form behavior so that, while in the text
  2. area, pressing the tab key focuses the "Send" button, matching the behavior of
  3. Twitter.
  4. Installation
  5. ============
  6. add "addPlugin('TabFocus');"
  7. to the bottom of your config.php
  8. Settings
  9. ========
  10. none
  11. Example
  12. =======
  13. addPlugin('TabFocus');