Plugin Directory

Changeset 1129559


Ignore:
Timestamp:
04/07/2015 01:17:55 PM (11 years ago)
Author:
mortalis
Message:

Edit readme-2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tinymce-code-formatting/trunk/readme.txt

    r1129558 r1129559  
    1212== Description ==
    1313
    14 The Pre button toggles the preformatted style on the selected text or the current line (applies <code><pre></code> tag to blocks).
     14The Pre button toggles the preformatted style on the selected text or the current line (applies <code><pre></code> tag to blocks). 
    1515The Code button toggles the code style on the selected text or the current word (applies <code><code></code> tag to inline elements).
    1616
    1717The default shortcuts for the buttons are:
    18 Ctrl+Q - Pre
    19 Ctrl+D - Code
     18<ol>
     19  <li>Ctrl+Q - Pre</li>
     20  <li>Ctrl+D - Code</li>
     21</ol>
    2022
    2123In the admin Settings submenu it's possible to change these shortcuts. Type any shortcut combination in the fields with the Ctrl key included. Some combinations may conflict with the default editor or browser shortcuts. So check them on your instance.
Note: See TracChangeset for help on using the changeset viewer.