Plugin Directory

Changeset 1129568


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

Edit readme-5

File:
1 edited

Legend:

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

    r1129565 r1129568  
    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). 
    15 The **Code** button toggles the code style on the selected text or the current word (applies <code><code></code> tag to inline elements).
     14The **Pre** button toggles the preformatted style on the selected text or the current line (applies `<pre>` tag to blocks). 
     15The **Code** button toggles the code style on the selected text or the current word (applies ``` tag to inline elements).
    1616
    1717The default shortcuts for the buttons are:
     
    2727You may use these types of shortcuts: 
    2828
    29 - <code>Ctrl+B, .., Z (except AXCV)</code>
    30 - <code>Ctrl+0, .., 9</code>
    31 - <code>Ctrl+[symbols] (-=`[];'\/,.)</code>
    32 - <code>Ctrl+F1, .., F12</code>
    33 - <code>Ctrl+Pad0, .., Pad9</code>
    34 - <code>Ctrl+Pad/, Pad*, Pad+, Pad.</code>
    35 - <code>Ctrl+Shift+...</code>
    36 - <code>Ctrl+Alt+...</code>
    37 - <code>Ctrl+Shift+Alt+...</code>
     29- `Ctrl+B, .., Z (except AXCV)`
     30- `Ctrl+0, .., 9`
     31- ``Ctrl+[symbols] (-=`[];'\/,.)``
     32- `Ctrl+F1, .., F12`
     33- `Ctrl+Pad0, .., Pad9`
     34- `Ctrl+Pad/, Pad*, Pad+, Pad.`
     35- `Ctrl+Shift+...`
     36- `Ctrl+Alt+...`
     37- `Ctrl+Shift+Alt+...`
    3838
    3939
Note: See TracChangeset for help on using the changeset viewer.