In this Article I have explained how to trap multiple keyboard control events.

Its very simple just follow the snapshots uploaded here

Step 1: Open the visual studio and add a new project in wpf.

Add an KeyDown event as shown in Red Mark.

Go to Event.

Image-1.jpg

Step 2: Inside Event just write the required code as shown in snap.

Here I used Alt And Shift.

You can use any other modifier

Image-2.jpg

When You run the program you will get Required Output.

Image-3.jpg