Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 755 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 755 Bytes

CKEditor kbd Plugin

This plugin allows formatting the text as keyboard input in CKEditor. https://sestolab.pp.ua/addons/CKEditor/kbd

Requirements

Browser Compatibility

Any modern browser should be supported.

Installation

  1. Put the plugin into the CKEditor plugins folder.
  2. Enable the plugin in the CKEditor configuration file (config.js):
config.extraPlugins = 'kbd';

Configuration

config.kbdDelimiter = ' + '; // The default delimiter between keys.

Translations

  • English
  • Russian
  • Ukrainian

Translations are welcome.