﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10453	Keystrokes don't work for custom plugins	Jakub Ś		"This is the second time I encounter this problem. User has sent me his custom plugin for v3. I have changed it to work with v4 but for some reason keystroke checks that worked in v3 don't work anymore in v4.

To reproduce: 
1. Use below code in replaebycode sample
{{{
CKEDITOR.replace( 'editor1', {
	extraPlugins : 'en_nbsp'		
});
}}}
2. Copy attached plugin folder for v4 and paste it into plugins folder.
3. Load page and try to insert &nbsp; with Ctrl+space

Either I have missed something simple or there is a problem in editor. Any explanations are welcome.

NOTE: There is also feature #8619 - perhaps it could be implemented while fixing this one."	Bug	closed	Normal		Core : Keystrokes	4.0 Beta	invalid		
