18 lines
322 B
Plaintext
18 lines
322 B
Plaintext
|
The TabFocus plugin changes the notice form behavior so that, while in the text
|
||
|
area, pressing the tab key focuses the "Send" button, matching the behavior of
|
||
|
Twitter.
|
||
|
|
||
|
Installation
|
||
|
============
|
||
|
add "addPlugin('TabFocus');"
|
||
|
to the bottom of your config.php
|
||
|
|
||
|
Settings
|
||
|
========
|
||
|
none
|
||
|
|
||
|
Example
|
||
|
=======
|
||
|
addPlugin('TabFocus');
|
||
|
|