kbd

This plugin allows formatting the text as keyboard input in CKEditor.

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

Translations are welcome.

Download