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
Ctrl-N
which is the key for "New <something>" in most other apps I know – marc_s