Implement ShortCuts (Ctrl+B = Bold etc)

    • Offizieller Beitrag

    To implement ShortCuts You can use the OnKeyDown event.

    I used to use OnKeyPress for this, but TAB happens to create the same char code as Ctrl+I.