...get more... for Delphi.NET, C#, VB.NET for Delphi VCL, BCB 3-6
greatis.blogspot.com
This example creates a shortcut for color menu item with a Ctrl+O key combination.
procedure TForm1.Button1Click(Sender: TObject); begin Color1.ShortCut:=ShortCut(Word('O'), [ssCtrl]); end;