Creating Key "Chord" Keyboard Shortcuts in C#

  • Thread starter Thread starter Nick L via .NET 247
  • Start date Start date
N

Nick L via .NET 247

Hi, I'm new to C# and I want to create keyboard chords for anapplication I'm working on. I've implemented shortcuts such asCTRL-A, using the System.Windows.Forms.Shortcuts Enumeration,but what I'd really like are shortcuts such as CTRL-K,F(formatting in VS.Net) or CTRL-K,C (commenting out selected codein VS.Net).

Does anyone have any idea how to do this?
thanks,
Nick
 
Back
Top