Changeset 1129568
- Timestamp:
- 04/07/2015 01:34:11 PM (11 years ago)
- File:
-
- 1 edited
-
tinymce-code-formatting/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinymce-code-formatting/trunk/readme.txt
r1129565 r1129568 12 12 == Description == 13 13 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).14 The **Pre** button toggles the preformatted style on the selected text or the current line (applies `<pre>` tag to blocks). 15 The **Code** button toggles the code style on the selected text or the current word (applies ``` tag to inline elements). 16 16 17 17 The default shortcuts for the buttons are: … … 27 27 You may use these types of shortcuts: 28 28 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+...` 38 38 39 39
Note: See TracChangeset
for help on using the changeset viewer.