[[PageOutline(2-5,Contents,pullout)]] = Keybindings for textarea controls == Description This plugin introduces new keyboard bindings in text areas for an improved wiki text editing experience: * `Tab`: Indent the current or selected lines of text. * `Shift+Tab`: De-indent the current or selected lines of text. * `Enter` in unordered [WikiFormatting#Lists lists]: Create a new list item on the same indentation level. See also TracAccessibility, HotKeysPlugin, [trac:query:keywords=~accesskey Trac accesskey tickets] == !Bugs/Feature Requests Existing bugs and feature requests for TextareaKeyBindingsPlugin are [report:9?COMPONENT=TextareaKeyBindingsPlugin here]. If you have any issues, create a [/newticket?component=TextareaKeyBindingsPlugin new ticket]. [[TicketQuery(component=TextareaKeyBindingsPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:textareakeybindingsplugin here]. == Source You can check out TextareaKeyBindingsPlugin from [/svn/textareakeybindingsplugin here] using Subversion, or [source:textareakeybindingsplugin browse the source] with Trac. == Installation Installation of the plugin requires the usual step with `easy_install`: {{{#!sh easy_install https://trac-hacks.org/svn/textareakeybindingsplugin/trunk }}} Then enable it either in Trac's plugin admin page or in the `[components]` section in your `trac.ini` file: {{{#!ini [components] textareakeybindings.* = enabled }}} == Recent Changes [[ChangeLog(textareakeybindingsplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:lucid] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''