A friend of mine has difficulties in using both hands in the keyboard. He always use his left hand only. He asked me to write a C# program to send key combinations to the system so that it override the default shortcut keys.
For example he wants to replace LWin + D with Ctrl + L so that when he presses Ctrl + L it'll show his desktop.
How can I do this?