DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Using hotkeysΒΆ

Hoykeys maybe be configured for most buttons in Page TSconfig. The following hotkeys are defined by default, but may be reconfigured:

ctrl+l: Justify Left (if the corresponding button is configured in the toolbar of the RTE)

ctrl+e: Justify Center (if the corresponding button is configured in the toolbar of the RTE)

ctrl+r: Justify Right (if the corresponding button is configured in the toolbar of the RTE)

ctrl+j: Justify Full (if the corresponding button is configured in the toolbar of the RTE)

ctrl+n: Format block as Paragraph (if the corresponding select box is configured in the toolbar of the RTE)

ctrl+1: Format block as Heading 1 (if the corresponding select box is configured in the toolbar of the RTE)

ctrl+2: Format block as Heading 2 (if the corresponding select box is configured in the toolbar of the RTE)

ctrl+3: Format block as Heading 3 (if the corresponding select box is configured in the toolbar of the RTE)

ctrl+4: Format block as Heading 4 (if the corresponding select box is configured in the toolbar of the RTE)

ctrl+5: Format block as Heading 5 (if the corresponding select box is configured in the toolbar of the RTE)

ctrl+6: Format block as Heading 6 (if the corresponding select box is configured in the toolbar of the RTE)

The following hotkeys are predefined and reserved:

ctrl+a: Select all

ctrl+z: Undo (if the corresponding button is configured in the toolbar of the RTE)

ctrl+y: Redo (if the corresponding button is configured in the toolbar of the RTE)

ctrl+x: Cut

ctrl+c: Copy

ctrl+v: Paste

ctrl+0: Clean Word

ctrl+space: Insert a non-breaking space

Using the Enter key inserts a paragraph (<p>, <hx> or <pre>). Using shift-Enter will insert a line break (<br />).