Noob question:
I have a MVC application in c#
I need to assign a keyboard shortcut to every controller in my MVC application,so the user can just press say cntrl-A to automatically navigate to the first controller, and so on
It will save time, instead to go through a menu each time and pick an item from a list by clicking on the relevant link.
Any other suggestions?