I'm trying to extend CKEditor so it can be used as a 'bridge'-(the card game) editor.
One of my goals:
If the user types a 2-character combination like '/h' the phrase should automagically being replaced by a red heart card suit symbol.
I studied the example code but could'nt find keypress stuff in there.
The API documentation is too overwhelming for me: I really don't know how to start.
How do I hook my own keypress parser to CKeditor?
How do I replace the typed '/h' with my own HTML-code?