Changeset 1129559
- Timestamp:
- 04/07/2015 01:17:55 PM (11 years ago)
- File:
-
- 1 edited
-
tinymce-code-formatting/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tinymce-code-formatting/trunk/readme.txt
r1129558 r1129559 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). 14 The Pre button toggles the preformatted style on the selected text or the current line (applies <code><pre></code> tag to blocks). 15 15 The Code button toggles the code style on the selected text or the current word (applies <code><code></code> tag to inline elements). 16 16 17 17 The 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> 20 22 21 23 In 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.