How to start a program using a hot key in C #?

I am making a program using C #, the user must be blind. I did everything, but I remembered that a blind user cannot run the application like any person.

So, is it possible in C # to add a program to the program launch list and send it to the tray, and when the user presses the Esc key, the program starts.

Thank..

+3
source share

All Articles