# CKEditor 5 keyboard marker This plugin adds support for the keyboard input element (``) to CKEditor 5. ![Keyboard marker example](demo.gif) ## Table of contents - [CKEditor 5 keyboard marker](#ckeditor-5-keyboard-marker) - [Table of contents](#table-of-contents) - [Developing the package](#developing-the-package) - [Available scripts](#available-scripts) - [`start`](#start) - [`test`](#test) - [`lint`](#lint) - [`stylelint`](#stylelint) - [`build:dist`](#builddist) - [`translations:synchronize`](#translationssynchronize) - [`translations:validate`](#translationsvalidate) - [`ts:build` and `ts:clear`](#tsbuild-and-tsclear) - [Installation](#installation) ## Developing the package To read about the CKEditor 5 Framework, visit the [CKEditor 5 Framework documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html). ## Available scripts NPM scripts are a convenient way to provide commands in a project. They are defined in the `package.json` file and shared with people contributing to the project. It ensures developers use the same command with the same options (flags). All the scripts can be executed by running `npm run