trichview.com

trichview.support




Re: CTRL-I


Return to index


Author

Message

Sergey Tkachenko

Posted: 05/12/2003 18:00:59


You can see the same effect in TEdit and TMemo.


Add the following code in OnKeyPress


procedure TForm1.RichViewEdit1KeyPress(Sender: TObject; var Key: Char);

begin

  if (Key=#9) and ((GetKeyState(VK_CONTROL) and $8000)<>0)  then

    Key := #0;

end;



>

> Hi there

>

> ctrl-i seems to a hard-coded trichview shortcut for tab. I'd rather have

> ctrl-i be a shortcut for "italic", where can I change this?

>

> Cheers

>

> M.





Powered by ABC Amber Outlook Express Converter