I want to set cursor position manually to specific position in CKEditor. I have implemented short keys on some key press i am adding text using set data in CKEditor (e.g. if i type "RnD+Space", it will replace with "research and development "). The problem is that after set data cursor will set to last at the end of all text.
I want cursor will be there, where the text is replaced. Is this possible?