Adding characters to the rich-text editor's virtual keyboard
Brightspot’s virtual keyboard includes special characters not included in most keyboard layouts. You can add additional characters to the virtual keyboard.
To add characters to the virtual keyboard:
- Click > Admin > Sites & Settings > Sites > Global.
-
Click , located to the left of , and type
Extra Java Script
. In the Extra Java Script field, add an array
RTE_UNICODE
similar to the following example.RTE_UNICODE = [ // En Dash '\u2013', // Em Dash '\u2014' ];
-
Optional comment.
-
Code point for en dash.
-
Optional comment.
-
Code point for em dash.
For a full listing of Unicode values, see Unicode 13.0 Character Code Charts.
-
- Click Save.
- To ensure Brightspot displays the new characters, advise editors to clear their browser’s cache.
Previous Topic
Enabling conversion from text to in-line comments
Next Topic
Determining a task host in a local development environment