What Keyboard shortcuts should not use?
c#, keyboard-shortcuts, winforms
Solution
For windows specifically you can look here for all the windows shortcuts. Just to be sure you can also look at this wikipedia article The preference for "Alt" over "Ctrl" or the other way around is only what you think is more usable and more user friendly. I would suggest that you think of other keys as well such as "Shift" and F keys.
Problem
I almost developed a C# Winforms application. Now I'm looking to provide some keyboard shortcuts to the user for some operations. I want to know that what keyboard shortcuts I should not use that are reserved for windows. Also tell me what is the preferred key between CTRL+ALT for the shortcuts? For example - if I want to add a new employee: what key shortcut should I use? CTRL+E or ALT+E