]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/TabFocus/README
Merge branch 'master' of git.gnu.io:gnu/gnu-social into nightly
[quix0rs-gnu-social.git] / plugins / TabFocus / README
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
5 Installation
6 ============
7 add "addPlugin('TabFocus');"
8 to the bottom of your config.php
9
10 Settings
11 ========
12 none
13
14 Example
15 =======
16 addPlugin('TabFocus');
17