﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5877	can't bind Ctrl+X to plugin commands (h1, p)	Fredrik Wendt		"TinyMCE and other enterprise wiki wysiwyg editors by default ship keybindings for changing a line into headline (h1, h2, h3 are accessed using CTRL+1, CTRL+2, ...).

In order to make CKEditor work the same way I had to go into the plugins I wanted to add keybindings for, and add this line of code 
{{{
editor.addCommand(tag, new CKEDITOR.styleCommand(style));
}}}
to enable h1..h6 and CTRL+0 for p (turn headline back to normal paragraph)."	Bug	confirmed	Normal		General	3.0			fredrik@…
